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

This commit is contained in:
orbitcowboy 2018-12-18 15:31:32 +01:00
parent ac7ebd6044
commit 6768c83155
1 changed files with 20 additions and 0 deletions

View File

@ -1984,6 +1984,26 @@
<define name="wxBK_HITTEST_ONLABEL" value="3"/>
<define name="wxBK_HITTEST_ONITEM" value="4"/>
<define name="wxBK_HITTEST_ONPAGE" value="5"/>
<define name="wxCMD_LINE_OPTION_MANDATORY" value="0x01"/>
<define name="wxCMD_LINE_PARAM_OPTIONAL" value="0x02"/>
<define name="wxCMD_LINE_PARAM_MULTIPLE" value="0x04"/>
<define name="wxCMD_LINE_OPTION_HELP" value="0x08"/>
<define name="wxCMD_LINE_NEEDS_SEPARATOR" value="0x10"/>
<define name="wxCMD_LINE_SWITCH_NEGATABLE" value="0x20"/>
<define name="wxCMD_LINE_HIDDEN" value="0x40"/>
<define name="wxCMD_LINE_VAL_STRING" value="0"/>
<define name="wxCMD_LINE_VAL_NUMBER" value="1"/>
<define name="wxCMD_LINE_VAL_DATE" value="2"/>
<define name="wxCMD_LINE_VAL_DOUBLE" value="3"/>
<define name="wxCMD_LINE_VAL_NONE" value="4"/>
<define name="wxCMD_LINE_SWITCH" value="0"/>
<define name="wxCMD_LINE_OPTION" value="1"/>
<define name="wxCMD_LINE_PARAM" value="2"/>
<define name="wxCMD_LINE_USAGE_TEXT" value="3"/>
<define name="wxCMD_LINE_NONE" value="4"/>
<define name="wxCMD_SWITCH_OFF" value="-1"/>
<define name="wxCMD_SWITCH_NOT_FOUND" value="0"/>
<define name="wxCMD_SWITCH_ON" value="1"/>
<!-- Start of wxPropertygrid defines -->
<define name="wxDIALOG_ADAPTATION_MODE_DEFAULT" value="0"/>
<define name="wxDIALOG_ADAPTATION_MODE_ENABLED" value="1"/>