X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..26e8da413ca453b72d118b6bb139a41921efd187:/include/wx/motif/radiobox.h diff --git a/include/wx/motif/radiobox.h b/include/wx/motif/radiobox.h index 4a7c71c3cf..7b1ad3d78b 100644 --- a/include/wx/motif/radiobox.h +++ b/include/wx/motif/radiobox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: radiobox.h +// Name: wx/motif/radiobox.h // Purpose: wxRadioBox class // Author: Julian Smart // Modified by: @@ -72,7 +72,6 @@ public: const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr); - int FindString(const wxString& s) const; void SetSelection(int N); int GetSelection() const; @@ -88,9 +87,6 @@ public: virtual int GetCount() const { return m_noItems; } ; void Command(wxCommandEvent& event); - int GetColumnCount() const; - int GetRowCount() const; - int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; } void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; } @@ -107,7 +103,6 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); - int m_majorDim; int m_noItems; int m_noRowsOrCols; int m_selectedButton; @@ -123,4 +118,3 @@ private: }; #endif // _WX_MOTIF_RADIOBOX_H_ -