.TH wxColourPickerEvent 3erl "wx 2.2.2.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxColourPickerEvent \- Functions for wxColourPickerEvent class .SH DESCRIPTION .LP This event class is used for the events generated by \fIwxColourPickerCtrl\fR\&\&. .LP See: \fIwxColourPickerCtrl\fR\& .LP This class is derived (and can use functions) from: \fIwxCommandEvent\fR\& \fIwxEvent\fR\& .LP wxWidgets docs: wxColourPickerEvent .SH "EVENTS" .LP Use \fIwxEvtHandler:connect/3\fR\& with \fIwxColourPickerEventType\fR\& to subscribe to events of this type\&. .SH DATA TYPES .nf \fBwxColourPickerEvent()\fR\& = wx:wx_object() .br .fi .nf \fBwxColourPicker()\fR\& = .br #wxColourPicker{type = .br wxColourPickerEvent:wxColourPickerEventType(), .br colour = wx:wx_colour()} .br .fi .nf \fBwxColourPickerEventType()\fR\& = command_colourpicker_changed .br .fi .SH EXPORTS .LP .nf .B getColour(This) -> wx:wx_colour4() .br .fi .br .RS .LP Types: .RS 3 This = wxColourPickerEvent() .br .RE .RE .RS .LP Retrieve the colour the user has just selected\&. .RE