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:wxWindow()
 
Id = integer()
 
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxFontPickerCtrl()
 
Types:
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Option = {initial, wxFont:wxFont()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
 
See external documentation.
create(This, Parent, Id) -> boolean()
 
Types:
This = wxFontPickerCtrl()
 
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
 
Types:
This = wxFontPickerCtrl()
 
Parent = wxWindow:wxWindow()
 
Id = integer()
 
Option = {initial, wxFont:wxFont()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
 
See external documentation.
getSelectedFont(This) -> wxFont:wxFont()
 
Types:
This = wxFontPickerCtrl()
 
See external documentation.
setSelectedFont(This, F) -> ok
 
Types:
This = wxFontPickerCtrl()
 
F = wxFont: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 1.8