From 4997d3014cd76b41f2d4036dfd168ad886972f35 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 26 Apr 2004 22:23:33 +0000 Subject: [PATCH] wxToggleButton on wxMac has these methods now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_tglbtn.i | 2 -- 1 file changed, 2 deletions(-) diff --git a/wxPython/src/_tglbtn.i b/wxPython/src/_tglbtn.i index 16e72a5de4..e2cf914b58 100644 --- a/wxPython/src/_tglbtn.i +++ b/wxPython/src/_tglbtn.i @@ -66,7 +66,6 @@ public: const wxString& name = wxPyToggleButtonNameStr); %name(PreToggleButton)wxToggleButton(); -#if defined(__WXMSW__) || defined(__WXGTK__) bool Create(wxWindow *parent, wxWindowID id, const wxString& label, @@ -79,7 +78,6 @@ public: void SetValue(bool value); bool GetValue() const ; void SetLabel(const wxString& label); -#endif }; //--------------------------------------------------------------------------- -- 2.50.0