wxwidgets.cfg: Added support deprecated EVT_GRID_CELL_CHANGE()-event macro.
This commit is contained in:
parent
3d0d3ec4c5
commit
860339d8b4
|
@ -294,6 +294,8 @@
|
|||
<define name="EVT_GRID_EDITOR_SHOWN(func)" value=""/>
|
||||
<define name="EVT_GRID_EDITOR_HIDDEN(func)" value=""/>
|
||||
<define name="EVT_GRID_EDITOR_CREATED(func)" value=""/>
|
||||
<!-- wxEVT_GRID_CELL_CHANGE event has been renamed to wxEVT_GRID_CELL_CHANGED since wxWidgets-2.8.x-->
|
||||
<define name="EVT_GRID_CELL_CHANGE(func)" value=""/>
|
||||
<define name="EVT_GRID_CELL_CHANGED(func)" value=""/>
|
||||
<define name="EVT_GRID_CELL_CHANGING(func)" value=""/>
|
||||
<define name="EVT_GRID_SELECT_CELL(func)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue