- void Command(wxCommandEvent& rEvent);
- bool ContainsHWND(WXHWND hWnd) const;
- virtual bool Enable(bool bEnable = TRUE);
- void Enable( int nItem
- ,bool bEnable
- );
- int FindString(const wxString& sStr) const;
+ void Command(wxCommandEvent& rEvent);
+ bool ContainsHWND(WXHWND hWnd) const;
+ virtual bool Enable(bool bEnable = true);
+ virtual bool Enable(int nItem, bool bEnable = true);