Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
void SetString(int item, const wxString& label) ;
|
||||
wxString GetString(int item) const;
|
||||
virtual bool Enable(bool enable = true);
|
||||
void Enable(int item, bool enable);
|
||||
virtual bool Enable(int item, bool enable = true);
|
||||
void Show(int item, bool show) ;
|
||||
virtual bool Show(bool show = true) ;
|
||||
|
||||
@@ -123,7 +123,6 @@ protected:
|
||||
private:
|
||||
void Init();
|
||||
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxRadioBox)
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user