Type Alias TimerEvent

Source
pub type TimerEvent = TimerEventIsOwned<true>;
Expand description

wxTimerEvent object is passed to the event handler of timer events (see wxTimer::SetOwner).

Aliased Type§

pub struct TimerEvent(/* private fields */);