void SetLabel(int item, const wxString& label) ;
wxString GetLabel(int item) const;
wxString GetLabel() const { return wxControl::GetLabel(); };
void SetLabel(int item, const wxString& label) ;
wxString GetLabel(int item) const;
wxString GetLabel() const { return wxControl::GetLabel(); };
void Enable(int item, bool enable);
void Show(int item, bool show) ;
bool Show(bool show) ;
void Enable(int item, bool enable);
void Show(int item, bool show) ;
bool Show(bool show) ;