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 updated and sent to the GUI. Is it possible to edit the default row and column names (from 1234 and ABCD to ACGT and ACGT for example) for a wxPython cSheet and to make the cells non-editable?
Any suggestions or advice would be appreciated. Thank you in advance.