Tagged Questions

3
votes
1answer
939 views

wxpython: Updating a dict or other appropriate data type from wx.lib.sheet.CSheet object

If I have a notebook with three spreadsheet widgets, what is the best way to have changes to the spreadsheet update a dictionary (or maybe an sqlite file?). Do all wx grid objects come with a built ...
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 ...