wxPython: Cell Overflow problems
Sean
sean at activeprime.com
Mon May 5 15:36:40 EDT 2003
When changing the attributes of cells (font, bg Color, etc) in an
custom wxGrid class, the cell's "Overflow" flag keeps getting reset to
'True'. However, calls to SetCellOverflow() are not doing anything
and seem to be ignored. Do I have to override the function, since I'm
using a call inherited from wxGrid and not a wxGrid itself? If so,
how do I do that when the functionality is buried in the precompiled
gridc.pyd?
-Sean
More information about the Python-list
mailing list