table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
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()
Types:
See external documentation.
getChooseFull(This) -> boolean()
Types:
See external documentation.
getColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getCustomColour(This, I) -> wx:wx_colour4()
Types:
I = integer()
See external documentation.
setChooseFull(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
setColour(This, Colour) -> ok
Types:
Colour = wx:wx_colour()
See external documentation.
setCustomColour(This, I, Colour) -> ok
Types:
I = integer()
Colour = wx:wx_colour()
See external documentation.
destroy(This::wxColourData()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |