pub type FontPickerEvent = FontPickerEventIsOwned<true>;Expand description
This event class is used for the events generated by wxFontPickerCtrl.
FontPickerEventrepresents a C++wxFontPickerEventclass 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++
wxFontPickerEventclass’s documentation for more details.
Aliased Type§
pub struct FontPickerEvent(/* private fields */);