DESCRIPTION
See external documentation: wxFontPickerCtrl.
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
DATA TYPES
-
- wxFontPickerCtrl():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxFontPickerCtrl()
-
See external documentation.
new(Parent, Id) -> wxFontPickerCtrl()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxFontPickerCtrl()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {initial, wxFont() (see module wxFont)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
create(This, Parent, Id) -> boolean()
-
Types:
-
This = wxFontPickerCtrl()
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
This = wxFontPickerCtrl()
-
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
-
Types:
-
This = wxFontPickerCtrl()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {initial, wxFont() (see module wxFont)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
-
This = wxFontPickerCtrl()
-
See external documentation.
getSelectedFont(This) -> wxFont() (see module wxFont)
-
Types:
-
This = wxFontPickerCtrl()
-
This = wxFontPickerCtrl()
-
See external documentation.
setSelectedFont(This, F) -> ok
-
Types:
-
This = wxFontPickerCtrl()
F = wxFont() (see module wxFont)
-
This = wxFontPickerCtrl()
-
See external documentation.
getMaxPointSize(This) -> integer()
-
Types:
-
This = wxFontPickerCtrl()
-
This = wxFontPickerCtrl()
-
See external documentation.
setMaxPointSize(This, Max) -> ok
-
Types:
-
This = wxFontPickerCtrl()
Max = integer()
-
This = wxFontPickerCtrl()
-
See external documentation.
destroy(This::wxFontPickerCtrl()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>