wxColourData

See external documentation: wxColourData.

See external documentation: wxColourData.

Types


wxColourData() = wx:wx_object()

Functions


new() -> wxColourData()

See external documentation.

new(Data) -> wxColourData()

  • Data = wxColourData()

See external documentation.

getChooseFull(This) -> boolean()

  • This = wxColourData()

See external documentation.

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

  • This = wxColourData()

See external documentation.

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

  • This = wxColourData()
  • I = integer()

See external documentation.

setChooseFull(This, Flag) -> ok

  • This = wxColourData()
  • Flag = boolean()

See external documentation.

setColour(This, Colour) -> ok

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

See external documentation.

setCustomColour(This, I, Colour) -> ok

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

See external documentation.

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

Destroys this object, do not use object again