2 wxGrid in a NoteBookPage : event problem
sylvain[78]
NsOsSePcAhMerre at free.fr
Fri May 18 09:09:19 PDT 2007
Hi !
> Use EVT_GRID_CMD_XXX event macros instead of EVT_GRID ones as they allow
> you to specify the id of the grid object.
So I have to change the name of the macro in the evens table like this :
EVT_GRID_LABEL_LEFT_DCLICK(fct)
--->
EVT_GRID_CMD_001_LABEL_LEFT_DCLICK(fct)
I am right ?
I tried to do so but WxDevCpp doesnt allow this modification. I use the
2.8.2 widgets.
Thanks to help me and sorry for my poor english...
Regards,
Sylvain
More information about the wx-users
mailing list