Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-23 17:04:16 +00:00
parent a97cd79840
commit 6cb0bfdf9d
4 changed files with 36 additions and 34 deletions

View File

@@ -68,7 +68,7 @@ public:
virtual void SetString(int item, const wxString& label) ;
virtual bool Enable(int item, bool enable = true);
virtual void Show(int item, bool show) ;
virtual bool Show(int item, bool show = true);
virtual int GetColumnCount() const ;
virtual int GetRowCount() const ;