X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e68f8f3736d7ef45252276bd22f142288bee2b9..8b6e6947fc8fb946391740d66b140413eccb6b6c:/include/wx/msw/tbar95.h diff --git a/include/wx/msw/tbar95.h b/include/wx/msw/tbar95.h index 50bcf72eb2..9bdf0109c5 100644 --- a/include/wx/msw/tbar95.h +++ b/include/wx/msw/tbar95.h @@ -99,6 +99,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)