/**
@class wxTimer
- @wxheader{timer.h}
The wxTimer class allows you to execute code at specified intervals. Its
precision is platform-dependent, but in general will not be better than 1ms nor
/**
@class wxTimerEvent
- @wxheader{timer.h}
wxTimerEvent object is passed to the event handler of timer events.