X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f5ec806648ed889749cf582c625fa9a3ebe4636..90fb367e86c1e82367f8d4781b8c1bdc31a26593:/wxPython/src/_control.i diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index 85d8175ffd..8e53cee9db 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -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.