added GAUGE standard colour and use it in DrawProgressBar() if the colour

hadn't bee nset explicitly


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-02-04 16:34:22 +00:00
parent e269a9be19
commit a407ff6ae8
4 changed files with 11 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ public:
TITLEBAR_TEXT,
TITLEBAR_ACTIVE_TEXT,
// the default gauge fill colour
GAUGE,
// desktop background colour (only used by framebuffer ports)
DESKTOP,