]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
support SDK < 10.6, fixes #14902
[wxWidgets.git] / include / wx / colour.h
index 1cc5fd8b2039d5abd0546ea958d66b9e8a86f70b..e421e19613cec9bfa96caa6d602b340dd5611cd2 100644 (file)
@@ -167,6 +167,7 @@ public:
     static void          ChangeLightness(unsigned char* r, unsigned char* g, unsigned char* b, int ialpha);
 
     wxColour ChangeLightness(int ialpha) const;
+    wxColour& MakeDisabled(unsigned char brightness = 255);
 
     // old, deprecated
     // ---------------
@@ -221,8 +222,6 @@ WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxColourBase* col);
     #include "wx/gtk/colour.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk1/colour.h"
-#elif defined(__WXMGL__)
-    #include "wx/generic/colour.h"
 #elif defined(__WXDFB__)
     #include "wx/generic/colour.h"
 #elif defined(__WXX11__)