]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
* Removed CocoaInternalIdle()
[wxWidgets.git] / include / wx / x11 / colour.h
index 9002149bda6ab1c66d0c38467baec9d7d410ccce..30481cba51c5c17ec4c11ee683d8c9000d1a9835 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_COLOUR_H_
 #define _WX_COLOUR_H_
 
-#ifdef __GNUG__
+#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; }