#ifndef _WX_TIMER_H_
#define _WX_TIMER_H_
+#ifdef __GNUG__
+ #pragma interface "timer.h"
+#endif
+
#include "wx/object.h"
class WXDLLEXPORT wxTimer: public wxTimerBase
{ Init(); }
~wxTimer();
+ virtual void Notify(void);
virtual bool Start( int nMilliseconds = -1
,bool bOneShot = FALSE
);
virtual void Stop(void);
inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
+ inline int GetTimerId(void) const { return m_idTimer; }
protected:
void Init(void);