Removed an extra method definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 1998-08-17 18:29:40 +00:00
parent 324511ce07
commit 652e7bb422

View File

@ -376,13 +376,15 @@ public:
void SetHelp(const wxString& strHelp);
void Enable(bool bDoEnable = TRUE);
void Check(bool bDoCheck = TRUE);
bool IsCheckable();
};
//---------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
// Revision 1.5 1998/08/17 18:29:40 RD
// Removed an extra method definition
//
// Revision 1.4 1998/08/16 04:31:11 RD
// More wxGTK work.
//