wxwidgets.cfg: Added support for some constants from wx/tokenzr.h

This commit is contained in:
orbitcowboy 2018-12-21 09:15:15 +01:00
parent 0934509820
commit a210c021fa
1 changed files with 7 additions and 0 deletions

View File

@ -2000,6 +2000,13 @@
<define name="wxID_FILE7" value="5057"/>
<define name="wxID_FILE8" value="5058"/>
<define name="wxID_FILE9" value="5059"/>
<define name="wxTOKEN_INVALID" value="-1"/>
<define name="wxTOKEN_DEFAULT" value="0"/>
<define name="wxTOKEN_RET_EMPTY" value="1"/>
<define name="wxTOKEN_RET_EMPTY_ALL" value="2"/>
<define name="wxTOKEN_RET_DELIMS" value="3"/>
<define name="wxTOKEN_STRTOK" value="4"/>
<define name="wxDEFAULT_DELIMITERS" value="&quot;\t\r\n&quot;"/>
<!-- Start of standard button and menu IDs -->
<define name="wxSYS_COLOUR_SCROLLBAR" value="0"/>
<define name="wxSYS_COLOUR_DESKTOP" value="1"/>