]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_colour.i
added empty virtual dtors to silence gcc warnings
[wxWidgets.git] / wxPython / src / _colour.i
index 37f638b23c641d607450496e2d8a413db098c682..7d7b80b6d51fbb363bebce2a651b5dd09b7d0b76 100644 (file)
@@ -109,11 +109,12 @@ initialised with RGB values).", "");
         SetRGB);
 
     DocDeclStrName(
-        void , InitFromName(const wxString& colourName),
+        void , Set(const wxString& colourName),
         "Sets the RGB intensity values using a colour name listed in
 ``wx.TheColourDatabase``.", "",
         SetFromName);
     
+    
     DocDeclStr(
         wxString , GetAsString(long flags = wxC2S_NAME | wxC2S_CSS_SYNTAX) const,
         "Return the colour as a string.  Acceptable flags are: