Scroll to navigation

wxFontPickerCtrl(3erl) Erlang Module Definition wxFontPickerCtrl(3erl)

NAME

wxFontPickerCtrl - See external documentation: wxFontPickerCtrl.

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()
 
Equivalent to new(Parent, Id, []).
 
new(Parent, Id, Option::[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)}
 
See external documentation.
 
create(This, Parent, Id) -> boolean()
 
Types:
 
This = wxFontPickerCtrl()
 
Parent = wxWindow() (see module wxWindow)
 
Id = integer()
 
Equivalent to create(This, Parent, Id, []).
 
create(This, Parent, Id, Option::[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)}
 
See external documentation.
 
getSelectedFont(This) -> wxFont() (see module wxFont)
 
Types:
 
This = wxFontPickerCtrl()
 
See external documentation.
 
setSelectedFont(This, F) -> ok
 
Types:
 
This = wxFontPickerCtrl()
 
F = wxFont() (see module wxFont)
 
See external documentation.
 
getMaxPointSize(This) -> integer()
 
Types:
 
This = wxFontPickerCtrl()
 
See external documentation.
 
setMaxPointSize(This, Max) -> ok
 
Types:
 
This = wxFontPickerCtrl()
 
Max = integer()
 
See external documentation.
 
destroy(This::wxFontPickerCtrl()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 0.99.2