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