wxwidgets.cfg: Fix macro EVT_MENU_HIGHLIGHT_ALL(func)
Reference: https://docs.wxwidgets.org/3.0/classwx_menu_event.html Found by daca@home (preprocessorErrorDirective)
This commit is contained in:
parent
75cd66d6e2
commit
3c55984af3
|
@ -52,7 +52,7 @@
|
|||
<define name="EVT_MENU_OPEN(func)" value=""/>
|
||||
<define name="EVT_MENU_CLOSE(func)" value=""/>
|
||||
<define name="EVT_MENU_HIGHLIGHT(id,func)" value=""/>
|
||||
<define name="EVT_MENU_HIGHLIGHT_ALL(id,func)" value=""/>
|
||||
<define name="EVT_MENU_HIGHLIGHT_ALL(func)" value=""/>
|
||||
<define name="EVT_CHECKLISTBOX(id,func)" value=""/>
|
||||
<define name="EVT_TREE_BEGIN_DRAG(id,func)" value=""/>
|
||||
<define name="EVT_TREE_BEGIN_RDRAG(id,func)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue