X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1f7d2aa9cb1857cf87e105ebbd36a92676bbde..db679b8c836e69c111cdc31e62cf92cebe4f938f:/wxPython/src/_choice.i diff --git a/wxPython/src/_choice.i b/wxPython/src/_choice.i index 6620524128..a071e49e9c 100644 --- a/wxPython/src/_choice.i +++ b/wxPython/src/_choice.i @@ -75,26 +75,6 @@ public: "Actually create the GUI Choice control for 2-phase creation", ""); -// // These are only meaningful on wxMotif... -// int GetColumns(); -// void SetColumns(const int n = 1); - - - DocDeclStr( - void , SetSelection(const int n), - "Select the n'th item (zero based) in the list.", ""); - - DocDeclStr( - bool , SetStringSelection(const wxString& string), - "Select the item with the specifed string", ""); - - DocDeclStr( - void , SetString(int n, const wxString& string), - "Set the label for the n'th item (zero based) in the list.", ""); - - - %pythoncode { Select = SetSelection } - static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); };