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.
UpdateUIEventrepresents a C++wxUpdateUIEventclass instance which your code has ownership,UpdateUIEventIsOwned<false>represents one which don’t own.- Use
UpdateUIEvent’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxUpdateUIEventclass’s documentation for more details.
Aliased Type§
pub struct UpdateUIEvent(/* private fields */);