X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..b6fa290b5a077a97ec79496972302bccd567bf73:/include/wx/gtk/colour.h diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index de243d30a7..87b7e7a3b0 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -11,7 +11,7 @@ #ifndef __GTKCOLOURH__ #define __GTKCOLOURH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -80,6 +80,9 @@ public: unsigned char Blue() const; + // Get colour from name or wxNullColour + static wxColour CreateByName(const wxString& name); + // Implementation part void CalcPixel( GdkColormap *cmap ); int GetPixel() const;