Tooltip udpates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-07-09 22:02:07 +00:00
parent ee4ead93f4
commit 05facebb89
8 changed files with 158 additions and 238 deletions

View File

@@ -36,6 +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; }
protected:
void Init(void);