Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxFontPickerEvent (3erl)

Name

wxFontPickerEvent - Functions for wxFontPickerEvent class

Synopsis

Please see following description for synopsis

Description

wxFontPickerEvent(3)       Erlang Module Definition       wxFontPickerEvent(3)



NAME
       wxFontPickerEvent - 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.



wxWidgets team.                    wx 2.1.1               wxFontPickerEvent(3)