Toolbar/tooltip udates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-07-11 22:14:39 +00:00
parent 63b6646e5d
commit 5d644707ca
4 changed files with 31 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ public:
virtual void Stop(void);
inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
inline ULONG GetTimerId(void) const { return m_ulId; }
inline int GetTimerId(void) const { return m_idTimer; }
protected:
void Init(void);