X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a0681f9338345d0ef32b2ad809d49fd20861119..4aaef122cbbd5bbe0e70b824e320458e2329dd13:/include/wx/msw/tbar95.h diff --git a/include/wx/msw/tbar95.h b/include/wx/msw/tbar95.h index c6952d346a..01949b91cb 100644 --- a/include/wx/msw/tbar95.h +++ b/include/wx/msw/tbar95.h @@ -66,6 +66,8 @@ public: void OnMouseEvent(wxMouseEvent& event); void OnSysColourChanged(wxSysColourChangedEvent& event); + static WXHBITMAP MapBitmap(WXHBITMAP bitmap, int width, int height); + protected: // common part of all ctors void Init(); @@ -99,6 +101,9 @@ protected: // the total number of toolbar elements size_t m_nButtons; + // the tool the cursor is in + wxToolBarToolBase *m_pInTool; + private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxToolBar)