wxColourData(3erl) Erlang Module Definition wxColourData(3erl)
NAME
wxColourData - See external documentation: wxColourData.
DESCRIPTION
See external documentation: wxColourData .
DATA TYPES
wxColourData() :
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() -> wxColourData()
See external documentation .
new(Data::wxColourData()) -> wxColourData()
See external documentation .
getChooseFull(This::wxColourData()) -> bool()
See external documentation .
getColour(This::wxColourData()) -> colour() (see module wx)
See external documentation .
getCustomColour(This::wxColourData(), I::integer()) -> colour() (see module wx)
See external documentation .
setChooseFull(This::wxColourData(), Flag::bool()) -> ok
See external documentation .
setColour(This::wxColourData(), Colour::colour() (see module wx)) -> ok
See external documentation .
setCustomColour(This::wxColourData(), I::integer(), Colour::colour() (see module wx)) -> ok
See external documentation .
destroy(This::wxColourData()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxColourData(3erl)