#ifndef __GTKCOLOURH__
#define __GTKCOLOURH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
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;