]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/colour.h
Added layout constraints call to wxNotebook
[wxWidgets.git] / include / wx / stubs / colour.h
index 8304b2d917a55ec1666f5cb804b835e71c15c233..16ffdac9aad515ddaba442f7dc90fb337c7dba9b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     ??/??/98
 // RCS-ID:      $Id$
 // Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_COLOUR_H_
@@ -72,12 +72,14 @@ public:
   }
   bool operator != (const wxColour& colour) { return !(*this == colour); }
 
+  void InitFromName(const wxString& col);
+
 /* TODO
   WXCOLORREF GetPixel() const { return m_pixel; };
 */
 
 private:
-  bool                             m_isInit;
+  bool          m_isInit;
   unsigned char m_red;
   unsigned char m_blue;
   unsigned char m_green;
@@ -92,4 +94,4 @@ private:
 };
 
 #endif
-       // _WX_COLOUR_H_
+  // _WX_COLOUR_H_