]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/colour.h
wxComboBox included (removed dependency on wxUSE_COMBOBOX which was never
[wxWidgets.git] / include / wx / stubs / colour.h
index 47d0e2ac213c01a5550559713953a6cdbc8fbbd4..16ffdac9aad515ddaba442f7dc90fb337c7dba9b 100644 (file)
@@ -72,6 +72,8 @@ public:
   }
   bool operator != (const wxColour& colour) { return !(*this == colour); }
 
+  void InitFromName(const wxString& col);
+
 /* TODO
   WXCOLORREF GetPixel() const { return m_pixel; };
 */