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:
@@ -376,13 +376,15 @@ public:
|
|||||||
void SetHelp(const wxString& strHelp);
|
void SetHelp(const wxString& strHelp);
|
||||||
void Enable(bool bDoEnable = TRUE);
|
void Enable(bool bDoEnable = TRUE);
|
||||||
void Check(bool bDoCheck = TRUE);
|
void Check(bool bDoCheck = TRUE);
|
||||||
bool IsCheckable();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// $Log$
|
// $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
|
// Revision 1.4 1998/08/16 04:31:11 RD
|
||||||
// More wxGTK work.
|
// More wxGTK work.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user