]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
Updated wxHashTable::Next documentation to use wxHashTable::Node*
[wxWidgets.git] / include / wx / x11 / colour.h
index d2ab2624209ccbd6f3be42d12f20058b6ffa8a31..30481cba51c5c17ec4c11ee683d8c9000d1a9835 100644 (file)
@@ -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; }