]> git.saurik.com Git - wxWidgets.git/commitdiff
wxToggleButton on wxMac has these methods now
authorRobin Dunn <robin@alldunn.com>
Mon, 26 Apr 2004 22:23:33 +0000 (22:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 26 Apr 2004 22:23:33 +0000 (22:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_tglbtn.i

index 16e72a5de49dfd08bf1f2ee6d1e2ae12ef975f53..e2cf914b5823153b30c62fa54dbf5fe9a3e78540 100644 (file)
@@ -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
 };
 
 //---------------------------------------------------------------------------