pub type FontPickerEvent = FontPickerEventIsOwned<true>;
Expand description
This event class is used for the events generated by wxFontPickerCtrl.
FontPickerEvent
represents a C++wxFontPickerEvent
class instance which your code has ownership,FontPickerEventIsOwned
<false>
represents one which don’t own.- Use
FontPickerEvent
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxFontPickerEvent
class’s documentation for more details.
Aliased Type§
struct FontPickerEvent(/* private fields */);