]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toolbar.h
Added long-filename functions & normalisation; patch to Watcom makefiles
[wxWidgets.git] / include / wx / mac / toolbar.h
index 63c3d7f937da1931f252732993ff44c1dd6e00e6..11a488ca90f5e094c36845ea71cfd3f37bb0c8ea 100644 (file)
@@ -60,6 +60,9 @@ 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) ;
 protected:
     // common part of all ctors
     void Init();