Type Alias UpdateUIEvent

Source
pub type UpdateUIEvent = UpdateUIEventIsOwned<true>;
Expand description

This class is used for pseudo-events which are called by wxWidgets to give an application the chance to update various user interface elements.

Aliased Type§

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