]> git.saurik.com Git - wxWidgets.git/commitdiff
Use Set(name) instead of InitFromName(name)
authorRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:29:04 +0000 (21:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 3 Oct 2006 21:29:04 +0000 (21:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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: