X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..6b5c476168594858670ff74a56869281ed5be807:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index e426de643f..0791f740c3 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -94,8 +94,6 @@ public: virtual bool SetStringSelection( const wxString& s ); int GetCount() const; - int GetNumberOfRowsOrCols() const; - void SetNumberOfRowsOrCols( int n ); // for compatibility only, don't use these methods in new code! #if WXWIN_COMPATIBILITY_2_2 @@ -127,7 +125,7 @@ public: #endif // wxUSE_TOOLTIPS // reposition the radio buttons correctly unless justCalc == true and - // reutrn the total size needed to accomodate them + // return the total size needed to accommodate them wxSize LayoutItems(bool justCalc) const; virtual void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO );