fixes to toolbar, seems to work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-02-28 18:07:03 +00:00
parent cb78397f14
commit 5a73d082f0
3 changed files with 58 additions and 32 deletions

View File

@@ -129,11 +129,12 @@ private:
wxCoord m_maxWidth,
m_maxHeight;
// the current tool or NULL
// the tool over which the mouse currently is or NULL
wxToolBarToolBase *m_toolCurrent;
// the currently pressed tool or NULL
wxToolBarToolBase *m_toolPressed;
// the tool which currently has the mouse capture (i.e. the one user is
// pressing) or NULL
wxToolBarTool *m_toolPressed;
DECLARE_DYNAMIC_CLASS(wxToolBar)
};