Updates for tooltip support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-07-09 05:03:04 +00:00
parent 536a020f8a
commit 6c0fdfbb42
3 changed files with 26 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ public:
{ Init(); }
~wxTimer();
virtual void Notify(void);
virtual bool Start( int nMilliseconds = -1
,bool bOneShot = FALSE
);