X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/settings.h diff --git a/interface/wx/settings.h b/interface/wx/settings.h index ef3d4fd317..c7d37ee64d 100644 --- a/interface/wx/settings.h +++ b/interface/wx/settings.h @@ -75,7 +75,7 @@ enum wxSystemColour wxSYS_COLOUR_3DLIGHT, //!< Light colour for three-dimensional display elements. wxSYS_COLOUR_INFOTEXT, //!< Text colour for tooltip controls. wxSYS_COLOUR_INFOBK, //!< Background colour for tooltip controls. - wxSYS_COLOUR_LISTBOX, //!< Background colour for list-like contols. + wxSYS_COLOUR_LISTBOX, //!< Background colour for list-like controls. wxSYS_COLOUR_HOTLIGHT, //!< Colour for a hyperlink or hot-tracked item. /** @@ -109,6 +109,13 @@ enum wxSystemColour */ wxSYS_COLOUR_LISTBOXTEXT, + /** + Text colour for the unfocused selection of list-like controls. + + @since 2.9.1 + */ + wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT, + wxSYS_COLOUR_MAX @@ -129,7 +136,7 @@ enum wxSystemColour //!< Synonym for @c wxSYS_COLOUR_BTNHIGHLIGHT. /** - Synonim for @c wxSYS_COLOUR_BTNFACE. + Synonym for @c wxSYS_COLOUR_BTNFACE. On wxMSW this colour should be used as the background colour of wxFrames which are used as containers of controls; this is in fact the @@ -266,7 +273,7 @@ public: The value of @a win determines if the metric returned is a global value or a wxWindow based value, in which case it might determine the widget, the display the window is on, or something similar. The window given should be as - close to the metric as possible (e.g a wxTopLevelWindow in case of the + close to the metric as possible (e.g. a wxTopLevelWindow in case of the wxSYS_CAPTION_Y metric). @a index can be one of the ::wxSystemMetric enum values.