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.
|