wxFontPickerEvent.3erl - Man Page
Functions for wxFontPickerEvent class
Description
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
Events
Use wxEvtHandler:connect/3 with wxFontPickerEventType to subscribe to events of this type.
Data Types
wxFontPickerEvent() = wx:wx_object()
wxFontPicker() = #wxFontPicker{type = wxFontPickerEvent:wxFontPickerEventType(), font = wxFont:wxFont()}
wxFontPickerEventType() = command_fontpicker_changed
Exports
getFont(This) -> wxFont:wxFont()
- Types:
This = wxFontPickerEvent()
Retrieve the font the user has just selected.
Info
wx 2.4.1 wxWidgets team. Erlang Module Definition