]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/timer.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
15 #pragma interface "timer.h"
18 //-----------------------------------------------------------------------------
20 //-----------------------------------------------------------------------------
22 class wxTimer
: public wxTimerBase
28 virtual bool Start( int millisecs
= -1, bool oneShot
= FALSE
);
31 virtual bool IsRunning() const { return m_tag
!= -1; }
37 DECLARE_ABSTRACT_CLASS(wxTimer
)
40 #endif // __GTKTIMERH__