wxFontPickerEvent
Functions for wxFontPickerEvent class
- Provided by: erlang-manpages (Version: 1:24.2.1+dfsg-1ubuntu0.6)
- Source: erlang
- Report a bug
Functions for wxFontPickerEvent class
This event class is used for the events generated by wxFontPickerCtrl.
See: wxFontPickerCtrl
This class is derived (and can use functions) from: wxCommandEvent wxEvent
wxWidgets docs: wxFontPickerEvent
Use wxEvtHandler:connect/3 with wxFontPickerEventType to subscribe to events of this type.
wxFontPickerEvent() = wx:wx_object()
wxFontPicker() =
#wxFontPicker{type =
wxFontPickerEvent:wxFontPickerEventType(),
font = wxFont:wxFont()}
wxFontPickerEventType() = command_fontpicker_changed
getFont(This) -> wxFont:wxFont()
Types:
Retrieve the font the user has just selected.