Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 1.1


Expand All
Contract All

Table of Contents

wxColourData

MODULE

wxColourData

MODULE SUMMARY

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()

new(Data) -> wxColourData()

Types:

Data = wxColourData()

getChooseFull(This) -> boolean()

Types:

This = wxColourData()

getColour(This) -> wx_colour4() (see module wx)

Types:

This = wxColourData()

getCustomColour(This, I) -> wx_colour4() (see module wx)

Types:

This = wxColourData()
I = integer()

setChooseFull(This, Flag) -> ok

Types:

This = wxColourData()
Flag = boolean()

setColour(This, Colour) -> ok

Types:

This = wxColourData()
Colour = wx_colour() (see module wx)

setCustomColour(This, I, Colour) -> ok

Types:

This = wxColourData()
I = integer()
Colour = wx_colour() (see module wx)

destroy(This::wxColourData()) -> ok

Destroys this object, do not use object again