#define _WX_TOOLBAR_H_
#if wxUSE_TOOLBAR
+#include "wx/timer.h"
#include "wx/tbarbase.h"
#define ID_TOOLTIMER 100
wxTimer m_vToolTimer;
wxTimer m_vToolExpTimer;
- ULONG m_ulToolTimer;
- ULONG m_ulToolExpTimer;
+ wxToolTip* m_pToolTip;
+ wxCoord m_vXMouse;
+ wxCoord m_vYMouse;
+
+ //
+ // Virtual function hiding supression
+ virtual wxToolBarToolBase *InsertTool (size_t nPos, wxToolBarToolBase* pTool)
+ {
+ return( wxToolBarBase::InsertTool( nPos
+ ,pTool
+ ));
+ }
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxToolBar)