Displaying 1 result from an estimated 1 matches for "wxgridcel".
Did you mean:
wxgridcell
2005 Aug 20
1
patches for wxGridCell*Renderer and wxGridCell*Editor
I added a bunch of *.i files to get the cell renderers and editors
working for wxGrid. I still have a problem when switching cells in the
grid but I think that is a problem with wxGrid, will look into it.
In the process I found a bug in a typemap for wxArrayString & that I
am surprised we did not find earlier. ($input = Qnil) should be
($input == Qnil), big difference. Also added a type check