wxColourPickerCtrl
(wx)See external documentation: wxColourPickerCtrl.
See external documentation:
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxColourPickerCtrl()
See
new(Parent, Id) -> wxColourPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxColourPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {col, wx:wx_colour()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
See
create(This, Parent, Id) -> boolean()
This = wxColourPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
This = wxColourPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {col, wx:wx_colour()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
See
setColour(This, Text) -> boolean()
This = wxColourPickerCtrl()
Text = unicode:chardata()
See
Also:
setColour(This, Col) -> 'ok' when
This::wxColourPickerCtrl(), Col::wx:wx_colour().
destroy(This::wxColourPickerCtrl()) -> ok
Destroys this object, do not use object again