wxColourPickerCtrl
MODULE
wxColourPickerCtrl
MODULE SUMMARY
See external documentation: wxColourPickerCtrl.
DESCRIPTION
See external documentation: wxColourPickerCtrl.
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxColourPickerCtrl()
Equivalent to new(Parent, Id, []).
Types:
Option = {col, colour() (see module wx)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
Equivalent to create(This, Parent, Id, []).
Types:
Option = {col, colour() (see module wx)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
getColour(This::wxColourPickerCtrl()) -> colour() (see module wx)
setColour(This::wxColourPickerCtrl(), X::string() | term()) -> bool() | ok
See external documentation.
Alternatives:
setColour(This::wxColourPickerCtrl(), Text::string()) -> bool()
setColour(This::wxColourPickerCtrl(), Col::wx:colour()) -> ok