]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_control.i
reSWIGged
[wxWidgets.git] / wxPython / src / _control.i
index 85d8175ffd55f24af83122f1f66dfaf2c98cea3a..adf3b06174c6784b89063918ae879521e2f89eb4 100644 (file)
@@ -67,6 +67,22 @@ __init__ as a plain old wx.Control is not very useful.", "");
         "Do the 2nd phase and create the GUI control.", "");
     
 
+    DocDeclStr(
+        int , GetAlignment() const,
+        "Get the control alignment (left/right/centre, top/bottom/centre)", "");
+    
+
+    DocDeclStr(
+        static wxString , GetLabelText(const wxString& label),
+        "Get the string without mnemonic characters ('&')", "");
+    
+
+    DocDeclStr(
+        wxString , GetLabelText() const,
+        "Get just the text of the label, without mnemonic characters ('&')", "");
+    
+
+    
     DocDeclStr(
         void , Command(wxCommandEvent& event),
         "Simulates the effect of the user issuing a command to the item.