Don't confuse SWIG with static and non-static methods of the same name
authorRobin Dunn <robin@alldunn.com>
Tue, 1 Aug 2006 17:44:23 +0000 (17:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 1 Aug 2006 17:44:23 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_control.i

index adf3b06174c6784b89063918ae879521e2f89eb4..8e53cee9dbb87c107f551991bc4178d920cd0f5d 100644 (file)
@@ -72,9 +72,9 @@ __init__ as a plain old wx.Control is not very useful.", "");
         "Get the control alignment (left/right/centre, top/bottom/centre)", "");
     
 
-    DocDeclStr(
-        static wxString , GetLabelText(const wxString& label),
-        "Get the string without mnemonic characters ('&')", "");
+//     DocDeclStr(
+//         static wxString , GetLabelText(const wxString& label),
+//         "Get the string without mnemonic characters ('&')", "");
     
 
     DocDeclStr(