]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_control.i
Add dtor for wxCalendarDateAttr
[wxWidgets.git] / wxPython / src / _control.i
index 85d8175ffd55f24af83122f1f66dfaf2c98cea3a..8e53cee9dbb87c107f551991bc4178d920cd0f5d 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.