]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed an extra method definition
authorRobin Dunn <robin@alldunn.com>
Mon, 17 Aug 1998 18:29:40 +0000 (18:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 17 Aug 1998 18:29:40 +0000 (18:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/src/windows.i

index aa7a4131c170844facd34133878426f116e4b4ee..4bebc0bdc9669f576383abb8ae6a952710bd59b6 100644 (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.
 //