wxwidgets.cfg: Added support for definitions from wx/artprov.h

This commit is contained in:
orbitcowboy 2018-12-17 13:53:01 +01:00
parent 548e529bfc
commit 04ffba3a8b
1 changed files with 68 additions and 0 deletions

View File

@ -2281,6 +2281,72 @@
<define name="wxMAXIMIZE_BOX" value="0x0200"/>
<define name="wxTINY_CAPTION" value="0x0080"/>
<define name="wxRESIZE_BORDER" value="0x0040"/>
<define name="wxART_MAKE_CLIENT_ID_FROM_STR(id)" value="((id) + &quot;_C&quot;)"/>
<define name="wxART_MAKE_CLIENT_ID(id)" value="(#id &quot;_C&quot;)"/>
<define name="wxART_MAKE_ART_ID_FROM_STR(id)" value="(id)"/>
<define name="wxART_MAKE_ART_ID(id)" value="(#id)"/>
<define name="wxART_FRAME_ICON" value="&quot;wxART_FRAME_ICON&quot;"/>
<define name="wxART_CMN_DIALOG" value="&quot;wxART_CMN_DIALOG&quot;"/>
<define name="wxART_HELP_BROWSER" value="&quot;wxART_HELP_BROWSER&quot;"/>
<define name="wxART_MESSAGE_BOX" value="&quot;wxART_MESSAGE_BOX&quot;"/>
<define name="wxART_BUTTON" value="&quot;wxART_BUTTON&quot;"/>
<define name="wxART_LIST" value="&quot;wxART_LIST&quot;"/>
<define name="wxART_OTHER" value="&quot;wxART_OTHER&quot;"/>
<define name="wxART_ADD_BOOKMARK" value="&quot;wxART_ADD_BOOKMARK&quot;"/>
<define name="wxART_DEL_BOOKMARK" value="&quot;wxART_DEL_BOOKMARK&quot;"/>
<define name="wxART_HELP_SIDE_PANEL" value="&quot;wxART_HELP_SIDE_PANEL&quot;"/>
<define name="wxART_HELP_SETTINGS" value="&quot;wxART_HELP_SETTINGS&quot;"/>
<define name="wxART_HELP_BOOK" value="&quot;wxART_HELP_BOOK&quot;"/>
<define name="wxART_HELP_FOLDER" value="&quot;wxART_HELP_FOLDER&quot;"/>
<define name="wxART_HELP_PAGE" value="&quot;wxART_HELP_PAGE&quot;"/>
<define name="wxART_GO_BACK" value="&quot;wxART_GO_BACK&quot;"/>
<define name="wxART_GO_FORWARD" value="&quot;wxART_GO_FORWARD&quot;"/>
<define name="wxART_GO_UP" value="&quot;wxART_GO_UP&quot;"/>
<define name="wxART_GO_DOWN" value="&quot;wxART_GO_DOWN&quot;"/>
<define name="wxART_GO_TO_PARENT" value="&quot;wxART_GO_TO_PARENT&quot;"/>
<define name="wxART_GO_HOME" value="&quot;wxART_GO_HOME&quot;"/>
<define name="wxART_GOTO_FIRST" value="&quot;wxART_GOTO_FIRST&quot;"/>
<define name="wxART_GOTO_LAST" value="&quot;wxART_GOTO_LAST&quot;"/>
<define name="wxART_FILE_OPEN" value="&quot;wxART_FILE_OPEN&quot;"/>
<define name="wxART_FILE_SAVE" value="&quot;wxART_FILE_SAVE&quot;"/>
<define name="wxART_FILE_SAVE_AS" value="&quot;wxART_FILE_SAVE_AS&quot;"/>
<define name="wxART_PRINT" value="&quot;wxART_PRINT&quot;"/>
<define name="wxART_HELP" value="&quot;wxART_HELP&quot;"/>
<define name="wxART_TIP" value="&quot;wxART_TIP&quot;"/>
<define name="wxART_REPORT_VIEW" value="&quot;wxART_REPORT_VIEW&quot;"/>
<define name="wxART_LIST_VIEW" value="&quot;wxART_LIST_VIEW&quot;"/>
<define name="wxART_NEW_DIR" value="&quot;wxART_NEW_DIR&quot;"/>
<define name="wxART_HARDDISK" value="&quot;wxART_HARDDISK&quot;"/>
<define name="wxART_FLOPPY" value="&quot;wxART_FLOPPY&quot;"/>
<define name="wxART_CDROM" value="&quot;wxART_CDROM&quot;"/>
<define name="wxART_REMOVABLE" value="&quot;wxART_REMOVABLE&quot;"/>
<define name="wxART_FOLDER" value="&quot;wxART_FOLDER&quot;"/>
<define name="wxART_FOLDER_OPEN" value="&quot;wxART_FOLDER_OPEN&quot;"/>
<define name="wxART_GO_DIR_UP" value="&quot;wxART_GO_DIR_UP&quot;"/>
<define name="wxART_EXECUTABLE_FILE" value="&quot;wxART_EXECUTABLE_FILE&quot;"/>
<define name="wxART_NORMAL_FILE" value="&quot;wxART_NORMAL_FILE&quot;"/>
<define name="wxART_TICK_MARK" value="&quot;wxART_TICK_MARK&quot;"/>
<define name="wxART_CROSS_MARK" value="&quot;wxART_CROSS_MARK&quot;"/>
<define name="wxART_ERROR" value="&quot;wxART_ERROR&quot;"/>
<define name="wxART_QUESTION" value="&quot;wxART_QUESTION&quot;"/>
<define name="wxART_WARNING" value="&quot;wxART_WARNING&quot;"/>
<define name="wxART_INFORMATION" value="&quot;wxART_INFORMATION&quot;"/>
<define name="wxART_MISSING_IMAGE" value="&quot;wxART_MISSING_IMAGE&quot;"/>
<define name="wxART_COPY" value="&quot;wxART_COPY&quot;"/>
<define name="wxART_CUT" value="&quot;wxART_CUT&quot;"/>
<define name="wxART_PASTE" value="&quot;wxART_PASTE&quot;"/>
<define name="wxART_DELETE" value="&quot;wxART_DELETE&quot;"/>
<define name="wxART_NEW" value="&quot;wxART_NEW&quot;"/>
<define name="wxART_UNDO" value="&quot;wxART_UNDO&quot;"/>
<define name="wxART_REDO" value="&quot;wxART_REDO&quot;"/>
<define name="wxART_PLUS" value="&quot;wxART_PLUS&quot;"/>
<define name="wxART_MINUS" value="&quot;wxART_MINUS&quot;"/>
<define name="wxART_CLOSE" value="&quot;wxART_CLOSE&quot;"/>
<define name="wxART_QUIT" value="&quot;wxART_QUIT&quot;"/>
<define name="wxART_FIND" value="&quot;wxART_FIND&quot;"/>
<define name="wxART_FIND_AND_REPLACE" value="&quot;wxART_FIND_AND_REPLACE&quot;"/>
<define name="wxART_FULL_SCREEN" value="&quot;wxART_FULL_SCREEN&quot;"/>
<define name="wxART_EDIT" value="&quot;wxART_EDIT&quot;"/>
<define name="wxUINT8_MAX" value="0xffU"/>
<define name="wxINT8_MAX" value="0x7f"/>
<define name="wxINT8_MIN" value="0x80"/>
@ -2339,6 +2405,8 @@
<define name="wxFloat64" value="double"/>
<define name="wxDouble" value="double"/>
<define name="wxWindowID" value="int"/>
<define name="wxArtClient" value="wxString"/>
<define name="wxArtID" value="wxString"/>
<define name="wxNullPtr" value="nullptr"/>
<podtype name="wxInt8" sign="s" size="1"/>
<podtype name="wxUint8" sign="u" size="1"/>