pub type Timer = TimerIsOwned<true>;Expand description
The wxTimer class allows you to execute code at specified intervals.
Timerrepresents a C++wxTimerclass instance which your code has ownership,TimerIsOwned<false>represents one which don’t own.- Use
Timer’snew()to create an instance of this class. - See C++
wxTimerclass’s documentation for more details.
Aliased Type§
pub struct Timer(/* private fields */);