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

This commit is contained in:
orbitcowboy 2018-12-19 15:54:01 +01:00
parent a151f313e3
commit 23eb8cdbc8
1 changed files with 2 additions and 1 deletions

View File

@ -2033,7 +2033,8 @@
<define name="wxPG_STRING_PASSWORD" value="Password"/>
<define name="wxPG_UINT_BASE" value="Base"/>
<define name="wxPG_UINT_PREFIX" value="Prefix"/>
<define name="wxPG_FILE_WILDCARD" value="Wildcard"/>
<define name="wxPG_FILE_WILDCARD" value="&quot;Wildcard&quot;"/>
<define name="wxPG_FILE_DIALOG_TITLE" value="&quot;DialogTitle&quot;"/>
<define name="wxPG_ATTR_UNITS" value="wxPGGlobalVars-&gt;m_strUnits"/>
<define name="wxPGMAN_DEFAULT_STYLE" value="0"/>
<define name="wxPG_AUTO_SORT" value="0x10"/>