X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69e8c95a470dc841c3a91afa1f19bb7d36ac408c..716a5baa6ecd0d5d0c31914567e4da3165ca6ff0:/wxPython/src/_radio.i diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index aac8045906..5d5b97c547 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -35,7 +35,6 @@ public: const wxString& label = wxPyEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - //int choices = 0, wxString* choices_array = NULL, const wxArrayString& choices = wxPyEmptyStringArray, int majorDimension = 0, long style = wxRA_HORIZONTAL, @@ -47,7 +46,6 @@ public: const wxString& label = wxPyEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - //int choices = 0, wxString* choices_array = NULL, const wxArrayString& choices = wxPyEmptyStringArray, int majorDimension = 0, long style = wxRA_HORIZONTAL, @@ -88,7 +86,7 @@ public: } #endif - bool IsValid(int n) const; +// bool IsValid(int n) const; ** not public static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);