pub type TimerEvent = TimerEventIsOwned<true>;Expand description
wxTimerEvent object is passed to the event handler of timer events (see wxTimer::SetOwner).
TimerEventrepresents a C++wxTimerEventclass 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++
wxTimerEventclass’s documentation for more details.
Aliased Type§
pub struct TimerEvent(/* private fields */);