wxcolourdata(3) - Linux man page
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
<>