X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c06bbbff2211c447a8a300eeece87d67fcd95095:/include/wx/palmos/radiobox.h diff --git a/include/wx/palmos/radiobox.h b/include/wx/palmos/radiobox.h index 14c7808610..03b0941b78 100644 --- a/include/wx/palmos/radiobox.h +++ b/include/wx/palmos/radiobox.h @@ -101,9 +101,6 @@ public: virtual void SetLabel(const wxString& label); virtual wxString GetLabel(); - virtual int GetColumnCount() const; - virtual int GetRowCount() const; - virtual void DoGetPosition( int *x, int *y ) const; virtual void DoGetSize( int *width, int *height ) const; virtual void DoMoveWindow(int x, int y, int width, int height); @@ -129,10 +126,6 @@ public: void SendNotificationEvent(); - // get the number of buttons per column/row - int GetNumVer() const; - int GetNumHor() const; - protected: // we can't compute our best size before the items are added to the control virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } @@ -143,7 +136,6 @@ protected: // get the total size occupied by the radio box buttons wxSize GetTotalButtonSize(const wxSize& sizeBtn) const; - int m_majorDim; int * m_radioWidth; // for bitmaps int * m_radioHeight;