wxFontPickerEvent - Functions for wxFontPickerEvent class
Contents
Data Types
wxFontPickerEvent() = wx:wx_object()
wxFontPicker() =
#wxFontPicker{type =
wxFontPickerEvent:wxFontPickerEventType(),
font = wxFont:wxFont()}
wxFontPickerEventType() = command_fontpicker_changed
Description
This event class is used for the events generated by wxFontPickerCtrl.
See: wxFontPickerCtrl
This class is derived (and can use functions) from: wxCommandEventwxEvent
wxWidgets docs: wxFontPickerEvent
Events
Use wxEvtHandler:connect/3 with wxFontPickerEventType to subscribe to events of this type.
Exports
getFont(This)->wxFont:wxFont()
Types:
This = wxFontPickerEvent()
Retrieve the font the user has just selected.
wxWidgets team. wx 2.1.1 wxFontPickerEvent(3erl)
Name
wxFontPickerEvent - Functions for wxFontPickerEvent class
