1wxFontPickerEvent(3)       Erlang Module Definition       wxFontPickerEvent(3)
2
3
4

NAME

6       wxFontPickerEvent - Functions for wxFontPickerEvent class
7

DESCRIPTION

9       This event class is used for the events generated by wxFontPickerCtrl.
10
11       See: wxFontPickerCtrl
12
13       This  class is derived (and can use functions) from: wxCommandEvent wx‐
14       Event
15
16       wxWidgets docs: wxFontPickerEvent
17

EVENTS

19       Use wxEvtHandler:connect/3 with wxFontPickerEventType to  subscribe  to
20       events of this type.
21

DATA TYPES

23       wxFontPickerEvent() = wx:wx_object()
24
25       wxFontPicker() =
26           #wxFontPicker{type =
27                             wxFontPickerEvent:wxFontPickerEventType(),
28                         font = wxFont:wxFont()}
29
30       wxFontPickerEventType() = command_fontpicker_changed
31

EXPORTS

33       getFont(This) -> wxFont:wxFont()
34
35              Types:
36
37                 This = wxFontPickerEvent()
38
39              Retrieve the font the user has just selected.
40
41
42
43wxWidgets team.                    wx 2.2.1               wxFontPickerEvent(3)
Impressum