wxwidgets.cfg: Added support for more EVT-macros, found by daca@home.

This commit is contained in:
orbitcowboy 2019-11-06 09:40:47 +01:00
parent 0c084f350b
commit 9db5023447
1 changed files with 3 additions and 1 deletions

View File

@ -18,8 +18,9 @@
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga8a02b8875a521df57263a9e6f090f2d0 -->
<!-- const wxString& _(const wxString & string) // Macro that expands to wxGetTranslation -->
<define name="_(str)" value="wxGetTranslation(str)"/>
<!-- wxVector<T> is a template class which implements most of the std::vector functions -->
<define name="wxLongLong_t" value="int64_t"/>
<define name="wxExit" value="exit"/>
<!-- wxVector<T> is a template class which implements most of the std::vector functions -->
<define name="wxVector" value="std::vector"/>
<define name="wxOVERRIDE" value="override"/>
<define name="wxEXPLICIT" value="explicit"/>
@ -46,6 +47,7 @@
<define name="TAGS_MODULE_END(a)" value=""/>
<define name="EVT_ICONIZE(a)" value=""/>
<define name="EVT_DROP_FILES(a)" value=""/>
<define name="EVT_AUI_FIND_MANAGER(func)" value=""/>
<define name="EVT_CALCULATE_LAYOUT(func)" value=""/>
<define name="EVT_JOY_BUTTON_DOWN(func)" value=""/>
<define name="EVT_JOY_BUTTON_UP(func)" value=""/>