pub type TimerEvent = TimerEventIsOwned<true>;
Expand description
wxTimerEvent object is passed to the event handler of timer events (see wxTimer::SetOwner).
TimerEvent
represents a C++wxTimerEvent
class instance which your code has ownership,TimerEventIsOwned
<false>
represents one which don’t own.- Use
TimerEvent
’snew()
to create an instance of this class. - See C++
wxTimerEvent
class’s documentation for more details.
Aliased Type§
pub struct TimerEvent(/* private fields */);