]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toolbar.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / mac / toolbar.h
index 11a488ca90f5e094c36845ea71cfd3f37bb0c8ea..f624258df98852e3e4561b2a281213cf2a5a28a1 100644 (file)
@@ -59,10 +59,11 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
 
   // Add all the buttons
 
-       virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       virtual void MacHandleControlClick( WXWidget control , short controlpart ) ;
        virtual wxString MacGetToolTipString( wxPoint &where ) ;
        void OnPaint(wxPaintEvent& event) ;
        void OnMouse(wxMouseEvent& event) ;
+       virtual void MacSuperChangedPosition() ;
 protected:
     // common part of all ctors
     void Init();