wxColourPickerCtrl

See external documentation: wxColourPickerCtrl.

See external documentation: wxColourPickerCtrl.

This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler

Types


wxColourPickerCtrl() = wx:wx_object()

Functions


new() -> wxColourPickerCtrl()

See external documentation.

new(Parent, Id) -> wxColourPickerCtrl()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Option::[Option]) -> wxColourPickerCtrl()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {col, wx_colour() (see module wx)} | {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()

  • This = wxColourPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

create(This, Parent, Id, Option::[Option]) -> boolean()

  • This = wxColourPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {col, wx_colour() (see module wx)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

getColour(This) -> wx_colour4() (see module wx)

  • This = wxColourPickerCtrl()

See external documentation.

setColour(This, Text) -> boolean()

  • This = wxColourPickerCtrl()
  • Text = chardata() (see module unicode)

See external documentation.
Also:
setColour(This, Col) -> ok when
This::wxColourPickerCtrl(), Col::wx:wx_colour().

destroy(This::wxColourPickerCtrl()) -> ok

Destroys this object, do not use object again