Tagged Questions

1
vote
0answers
79 views

WxPython: How do I Edit Row and Column Names for a cSheet Grid and make the cells non-editable?

I am currently piping information to a wxPython GUI program in real time. I would like to make a custom spread-sheet-style 4x4 cell grid that continuously displays the values for a matrix being ...