[−][src]Trait pushrod::widget::widget::InjectableCustomEvents
Provided methods
fn inject_custom_event(&mut self, _widget_id: i32) -> Option<CallbackEvent>
Injects an event into the run loop. This can be a timer event, a refresh event, or
whatever the Widget wants to inject. These should be custom events, not system
events. This method only gets called if injects_events returns true.