- wxSYS_COLOUR_BACKGROUND, //!< The desktop colour.
- wxSYS_COLOUR_ACTIVECAPTION, //!< Active window caption.
- wxSYS_COLOUR_INACTIVECAPTION, //!< Inactive window caption.
- wxSYS_COLOUR_MENU, //!< Menu background.
- wxSYS_COLOUR_WINDOW, //!< Window background.
- wxSYS_COLOUR_WINDOWFRAME, //!< Window frame.
- wxSYS_COLOUR_MENUTEXT, //!< Menu text.
- wxSYS_COLOUR_WINDOWTEXT, //!< Text in windows.
- wxSYS_COLOUR_CAPTIONTEXT, //!< Text in caption, size box and scrollbar arrow box.
- wxSYS_COLOUR_ACTIVEBORDER, //!< Active window border.
- wxSYS_COLOUR_INACTIVEBORDER, //!< Inactive window border.
- wxSYS_COLOUR_APPWORKSPACE, //!< Background colour MDI applications.
- wxSYS_COLOUR_HIGHLIGHT, //!< Item(s) selected in a control.
- wxSYS_COLOUR_HIGHLIGHTTEXT, //!< Text of item(s) selected in a control.
- wxSYS_COLOUR_BTNFACE, //!< Face shading on push buttons.
- wxSYS_COLOUR_BTNSHADOW, //!< Edge shading on push buttons.
- wxSYS_COLOUR_GRAYTEXT, //!< Greyed (disabled) text.
- wxSYS_COLOUR_BTNTEXT, //!< Text on push buttons.
- wxSYS_COLOUR_INACTIVECAPTIONTEXT, //!< Colour of text in active captions.
- wxSYS_COLOUR_BTNHIGHLIGHT, //!< Highlight colour for buttons (same as wxSYS_COLOUR_3DHILIGHT).
- wxSYS_COLOUR_3DDKSHADOW, //!< Dark shadow for three-dimensional display elements.
+ wxSYS_COLOUR_DESKTOP, //!< The desktop colour.
+ wxSYS_COLOUR_ACTIVECAPTION, //!< Active window caption colour.
+ wxSYS_COLOUR_INACTIVECAPTION, //!< Inactive window caption colour.
+ wxSYS_COLOUR_MENU, //!< Menu background colour.
+ wxSYS_COLOUR_WINDOW, //!< Window background colour.
+ wxSYS_COLOUR_WINDOWFRAME, //!< Window frame colour.
+ wxSYS_COLOUR_MENUTEXT, //!< Colour of the text used in the menus.
+ wxSYS_COLOUR_WINDOWTEXT, //!< Colour of the text used in generic windows.
+ wxSYS_COLOUR_CAPTIONTEXT, //!< Colour of the text used in captions, size boxes and scrollbar arrow boxes.
+ wxSYS_COLOUR_ACTIVEBORDER, //!< Active window border colour.
+ wxSYS_COLOUR_INACTIVEBORDER, //!< Inactive window border colour.
+ wxSYS_COLOUR_APPWORKSPACE, //!< Background colour for MDI applications.
+ wxSYS_COLOUR_HIGHLIGHT, //!< Colour of item(s) selected in a control.
+ wxSYS_COLOUR_HIGHLIGHTTEXT, //!< Colour of the text of item(s) selected in a control.
+ wxSYS_COLOUR_BTNFACE, //!< Face shading colour on push buttons.
+ wxSYS_COLOUR_BTNSHADOW, //!< Edge shading colour on push buttons.
+ wxSYS_COLOUR_GRAYTEXT, //!< Colour of greyed (disabled) text.
+ wxSYS_COLOUR_BTNTEXT, //!< Colour of the text on push buttons.
+ wxSYS_COLOUR_INACTIVECAPTIONTEXT, //!< Colour of the text in active captions.
+ wxSYS_COLOUR_BTNHIGHLIGHT, //!< Highlight colour for buttons.
+ wxSYS_COLOUR_3DDKSHADOW, //!< Dark shadow colour for three-dimensional display elements.