abstract datatype: 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.
| destroy/1* | Destroys this object, do not use object again. |
| getChooseFull/1* | See external documentation. |
| getColour/1* | See external documentation. |
| getCustomColour/2* | See external documentation. |
| new/0* | See external documentation. |
| new/1* | See external documentation. |
| setChooseFull/2* | See external documentation. |
| setColour/2* | See external documentation. |
| setCustomColour/3* | See external documentation. |
destroy(This::wxColourData()) -> ok
Destroys this object, do not use object again
getChooseFull(This::wxColourData()) -> bool()
getColour(This::wxColourData()) -> wx:colour()
getCustomColour(This::wxColourData(), I::integer()) -> wx:colour()
new() -> wxColourData()
new(Data::wxColourData()) -> wxColourData()
setChooseFull(This::wxColourData(), Flag::bool()) -> ok
setColour(This::wxColourData(), Colour::wx:colour()) -> ok
setCustomColour(This::wxColourData(), I::integer(), Colour::wx:colour()) -> ok
Generated by EDoc, May 26 2008, 12:35:31.