X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3badadcfc2500416615de2ae7fb91d66a578483..5ce4d9fa3788e3588105437688590d8490e557c8:/wxPython/src/_tglbtn.i 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 }; //---------------------------------------------------------------------------