X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..3db5226517a63bcdc983e638f1a312764fe1312f:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index bfad84b10a..9014e239a4 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -12,10 +12,6 @@ #ifndef _WX_RADIOBOX_H_BASE_ #define _WX_RADIOBOX_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "radioboxbase.h" -#endif - #if wxUSE_RADIOBOX #include "wx/ctrlsub.h" @@ -42,10 +38,6 @@ public: // return the item above/below/to the left/right of the given one int GetNextItem(int item, wxDirection dir, long style) const; - - // implement some of wxItemContainerImmutable functions - virtual int FindString(const wxString& s) const; - // deprecated functions // -------------------- @@ -53,13 +45,6 @@ public: wxDEPRECATED( int GetNumberOfRowsOrCols() const ); wxDEPRECATED( void SetNumberOfRowsOrCols(int n) ); #endif // WXWIN_COMPATIBILITY_2_4 - - // for compatibility only, don't use these methods in new code! -#if WXWIN_COMPATIBILITY_2_2 - wxDEPRECATED( int Number() const ); - wxDEPRECATED( wxString GetLabel(int n) const ); - wxDEPRECATED( void SetLabel(int n, const wxString& label) ); -#endif // WXWIN_COMPATIBILITY_2_2 }; #if defined(__WXUNIVERSAL__)