fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-12-24 19:06:39 +00:00
parent ccea21ccf8
commit 9c6d8b7cdb
5 changed files with 11 additions and 4 deletions

View File

@@ -53,21 +53,24 @@ public:
SHADOW_HIGHLIGHT,
SHADOW_IN,
SHADOW_OUT,
// the titlebar background colours for the normal and focused states
TITLEBAR,
TITLEBAR_ACTIVE,
// the titlebar text colours
TITLEBAR_TEXT,
TITLEBAR_ACTIVE_TEXT,
// the default gauge fill colour
GAUGE,
// desktop background colour (only used by framebuffer ports)
DESKTOP,
// wxFrame's background colour
FRAME,
MAX
};