wxColourData.3erl

Langue: en

Autres versions - même langue

Version: 358315 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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

<>