X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4765d335f603c29f1fd300288ff1d40a118fcf0e..9e9b65c1db303ea7000309ae9bc779db5b816a72:/include/wx/mac/toolbar.h diff --git a/include/wx/mac/toolbar.h b/include/wx/mac/toolbar.h index 63c3d7f937..11a488ca90 100644 --- a/include/wx/mac/toolbar.h +++ b/include/wx/mac/toolbar.h @@ -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();