From: Robin Dunn Date: Mon, 17 Aug 1998 18:29:40 +0000 (+0000) Subject: Removed an extra method definition X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/652e7bb422fdc15a10d075656653a8bc11dc3106 Removed an extra method definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/src/windows.i b/utils/wxPython/src/windows.i index aa7a4131c1..4bebc0bdc9 100644 --- a/utils/wxPython/src/windows.i +++ b/utils/wxPython/src/windows.i @@ -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. //