]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toolbar.h
made the log dialog resizeable (again?)
[wxWidgets.git] / include / wx / mac / toolbar.h
index 63c3d7f937da1931f252732993ff44c1dd6e00e6..7b7c38456fa7ae02dfec2b16e5b43cb3eb7085f5 100644 (file)
@@ -60,6 +60,10 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
   // Add all the buttons
 
        virtual void MacHandleControlClick( ControlHandle control , SInt16 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();