.TH wxColourData 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxColourData \- See external documentation: wxColourData. .SH DESCRIPTION .LP See external documentation: wxColourData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxColourData(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxColourData() .br .RS .LP See external documentation\&. .RE .LP .B new(Data) -> wxColourData() .br .RS .LP Types: .RS 3 Data = wxColourData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getChooseFull(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxColourData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColour(This) -> wx:wx_colour4() .br .RS .LP Types: .RS 3 This = wxColourData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCustomColour(This, I) -> wx:wx_colour4() .br .RS .LP Types: .RS 3 This = wxColourData() .br I = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setChooseFull(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxColourData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Colour) -> ok .br .RS .LP Types: .RS 3 This = wxColourData() .br Colour = wx:wx_colour() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCustomColour(This, I, Colour) -> ok .br .RS .LP Types: .RS 3 This = wxColourData() .br I = integer() .br Colour = wx:wx_colour() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxColourData()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>