]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
#if around deprecated macros
[wxWidgets.git] / include / wx / x11 / colour.h
index b915ac4022eaec11fc2c20a79257f52928b9e221..30481cba51c5c17ec4c11ee683d8c9000d1a9835 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_COLOUR_H_
 #define _WX_COLOUR_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "colour.h"
 #endif
 
@@ -53,6 +53,9 @@ public:
     wxColour( const wxChar *colourName ) { InitFromName( wxString(colourName) ); }
 #endif
 
+    // Get colour from name or wxNullColour
+    static wxColour CreateByName(const wxString& name);
+
     wxColour( const wxColour& col ) { Ref(col); }
     wxColour& operator = ( const wxColour& col ) { Ref(col); return *this; }