logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxFontPickerEvent - Functions for wxFontPickerEvent class

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

See Also