pub type Timer = TimerIsOwned<true>;
Expand description
The wxTimer class allows you to execute code at specified intervals.
Timer
represents a C++wxTimer
class 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++
wxTimer
class’s documentation for more details.
Aliased Type§
pub struct Timer(/* private fields */);