]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/timer.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxTimer implementation
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "timer.h"
18 #if !USE_SHARED_LIBRARY
19 IMPLEMENT_ABSTRACT_CLASS(wxTimer
, wxObject
)
34 bool wxTimer::Start(int milliseconds
,bool mode
)
37 if (milliseconds
<= 0)
40 m_milli
= milliseconds
;
42 // TODO: set the timer going.