1wxFontPickerCtrl(3) Erlang Module Definition wxFontPickerCtrl(3)
2
3
4
6 wxFontPickerCtrl - See external documentation: wxFontPickerCtrl.
7
9 See external documentation: wxFontPickerCtrl.
10
11 This class is derived (and can use functions) from:
12 wxPickerBase
13 wxControl
14 wxWindow
15 wxEvtHandler
16
18 wxFontPickerCtrl():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new() -> wxFontPickerCtrl()
27
28 See external documentation.
29
30 new(Parent, Id) -> wxFontPickerCtrl()
31
32 Types:
33
34 Parent = wxWindow:wxWindow()
35 Id = integer()
36
37 Equivalent to new(Parent, Id, []).
38
39 new(Parent, Id, Options::[Option]) -> wxFontPickerCtrl()
40
41 Types:
42
43 Parent = wxWindow:wxWindow()
44 Id = integer()
45 Option = {initial, wxFont:wxFont()} | {pos, {X::integer(),
46 Y::integer()}} | {size, {W::integer(), H::integer()}} |
47 {style, integer()} | {validator, wx:wx_object()}
48
49 See external documentation.
50
51 create(This, Parent, Id) -> boolean()
52
53 Types:
54
55 This = wxFontPickerCtrl()
56 Parent = wxWindow:wxWindow()
57 Id = integer()
58
59 Equivalent to create(This, Parent, Id, []).
60
61 create(This, Parent, Id, Options::[Option]) -> boolean()
62
63 Types:
64
65 This = wxFontPickerCtrl()
66 Parent = wxWindow:wxWindow()
67 Id = integer()
68 Option = {initial, wxFont:wxFont()} | {pos, {X::integer(),
69 Y::integer()}} | {size, {W::integer(), H::integer()}} |
70 {style, integer()} | {validator, wx:wx_object()}
71
72 See external documentation.
73
74 getSelectedFont(This) -> wxFont:wxFont()
75
76 Types:
77
78 This = wxFontPickerCtrl()
79
80 See external documentation.
81
82 setSelectedFont(This, F) -> ok
83
84 Types:
85
86 This = wxFontPickerCtrl()
87 F = wxFont:wxFont()
88
89 See external documentation.
90
91 getMaxPointSize(This) -> integer()
92
93 Types:
94
95 This = wxFontPickerCtrl()
96
97 See external documentation.
98
99 setMaxPointSize(This, Max) -> ok
100
101 Types:
102
103 This = wxFontPickerCtrl()
104 Max = integer()
105
106 See external documentation.
107
108 destroy(This::wxFontPickerCtrl()) -> ok
109
110 Destroys this object, do not use object again
111
113 <>
114
115
116
117 wx 1.8.7 wxFontPickerCtrl(3)