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.
UpdateUIEvent
represents a C++wxUpdateUIEvent
class 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++
wxUpdateUIEvent
class’s documentation for more details.
Aliased Type§
pub struct UpdateUIEvent(/* private fields */);