How do you hide the wx.grid's cursor? I just want a simple 10x10 box
and to handle all the selection effects myself using cell background
colors. So I've done the following however I still get a border around
cell 0,0, SetGridCursor(-1,-1) doesn't hide it unfortunately.
How do you hide the wx.grid's cursor? I just want a simple 10x10 box
and to handle all the selection effects myself using cell background
colors. So I've done the following however I still get a border around
cell 0,0, SetGridCursor(-1,-1) doesn't hide it unfortunately.
On Aug 24, 7:26 am, Robin Dunn <ro...@alldunn.com> wrote:
On 8/23/10 2:02 PM, Mark wrote:
> How do you hide the wx.grid's cursor? I just want a simple 10x10 box
> and to handle all the selection effects myself using cell background
> colors. So I've done the following however I still get a border around
> cell 0,0, SetGridCursor(-1,-1) doesn't hide it unfortunately.
theGrid\.SetCellHighlightPenWidth\(0\)
--
Robin Dunn
Software Craftsmanhttp://wxPython.org
I believe the undocumented methods are automatically excluded in the
doxygen output in the wxWidgets docs. Not sure, but it appears to be
like that. On the other hand, there is some very tiny info on my
version of the docs: