wxFontPickerCtrl
Module
wxFontPickerCtrl
Module Summary
See external documentation: wxFontPickerCtrl.
Description
See external documentation: wxFontPickerCtrl.
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxFontPickerCtrl()
new(Parent, Id) -> wxFontPickerCtrl()
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()}
create(This, Parent, Id) -> boolean()
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()}
getSelectedFont(This) -> wxFont:wxFont()
Types
This = wxFontPickerCtrl()
setSelectedFont(This, F) -> ok
getMaxPointSize(This) -> integer()
Types
This = wxFontPickerCtrl()
setMaxPointSize(This, Max) -> ok
destroy(This::wxFontPickerCtrl()) -> ok