From: Robin Dunn Date: Mon, 26 Apr 2004 22:23:33 +0000 (+0000) Subject: wxToggleButton on wxMac has these methods now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4997d3014cd76b41f2d4036dfd168ad886972f35 wxToggleButton on wxMac has these methods now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 }; //---------------------------------------------------------------------------