- // we have to override those to avoid virtual function name hiding
- virtual wxString GetLabel() const { return wxControl::GetLabel(); }
- virtual void SetLabel( const wxString& label );
+ // implement wxRadioBoxBase methods
+ virtual bool Show(int n, bool show = true);
+ virtual bool Enable(int n, bool enable = true);
+
+ virtual bool IsItemEnabled(int n) const;
+ virtual bool IsItemShown(int n) const;
+
+
+ // override some base class methods to operate on radiobox itself too