X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6e329cfbc4f07839e83ae82c7214e63f020eb92..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/settings.h diff --git a/include/wx/settings.h b/include/wx/settings.h index 7790a1d555..f90ae071ba 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -29,6 +28,10 @@ enum wxSystemFont wxSYS_SYSTEM_FONT, wxSYS_DEVICE_DEFAULT_FONT, + // don't use: this is here just to make the values of enum elements + // coincide with the corresponding MSW constants + wxSYS_DEFAULT_PALETTE, + // don't use: MSDN says that this is a stock object provided only // for compatibility with 16-bit Windows versions earlier than 3.0! wxSYS_SYSTEM_FIXED_FONT, @@ -77,6 +80,7 @@ enum wxSystemColour wxSYS_COLOUR_MENUHILIGHT, wxSYS_COLOUR_MENUBAR, wxSYS_COLOUR_LISTBOXTEXT, + wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT, wxSYS_COLOUR_MAX,