]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/colour.h
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / include / wx / os2 / colour.h
index a69fa86430adf563e1d518d23058455cf6adc5d1..b82c55433e3c0b653de840d908960ff411cf3b08 100644 (file)
@@ -71,9 +71,14 @@ public:
             ,(unsigned char)(lColRGB >> 16)
            );
     }
             ,(unsigned char)(lColRGB >> 16)
            );
     }
+    void Set(const wxString& rsColour)
+    {
+        InitFromName(rsColour);
+    }
 
     //
     // Accessors
 
     //
     // Accessors
+    //
     bool Ok(void) const {return m_bIsInit; }
 
     //
     bool Ok(void) const {return m_bIsInit; }
 
     //