wxColourPickerEventThis event class is used for the events generated by wxColourPickerCtrl. Derived from
wxCommandEvent Include files <wx/clrpicker.h> Event handling To process input from a wxColourPickerCtrl, use one of these event handler macros to direct input to member function that take a wxColourPickerEvent argument:
Members
wxColourPickerEvent::wxColourPickerEvent
wxColourPickerEvent::wxColourPickerEventwxColourPickerEvent(wxObject * generator, int id, const wxColour& colour) The constructor is not normally used by the user code.
wxColourPickerEvent::GetColourwxColour GetColour() const Retrieve the colour the user has just selected.
wxColourPickerEvent::SetColourvoid SetColour(const wxColour &pos) Set the colour associated with the event.
|