]> git.saurik.com Git - wxWidgets.git/commitdiff
moving collapsible pane a few steps forward os OSX
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 8 Dec 2007 22:31:12 +0000 (22:31 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 8 Dec 2007 22:31:12 +0000 (22:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/button.h

index cc40a1bb3f55dfc7f5583e0a2ce79a781f4028cf..d43300cb845f9b1ee7d4cad1f6d8994843d020a1 100644 (file)
@@ -81,8 +81,6 @@ public:
 
     void SetOpen( bool open );
     bool IsOpen() const;
-    void SetLabel( const wxString &label );
-    wxString GetLabel() const;
 
     virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;