#include </home/zeitlin/src/wx/github/interface/wx/clrpicker.h>
This event class is used for the events generated by wxColourPickerCtrl.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxColourPickerEvent () | |
wxColourPickerEvent (wxObject *generator, int id, const wxColour &colour) | |
The constructor is not normally used by the user code. | |
wxColour | GetColour () const |
Retrieve the colour the user has just selected. | |
void | SetColour (const wxColour &pos) |
Set the colour associated with the event. |
wxColourPickerEvent::wxColourPickerEvent | ( | ) |
The constructor is not normally used by the user code.
wxColour wxColourPickerEvent::GetColour | ( | ) | const |
Retrieve the colour the user has just selected.
void wxColourPickerEvent::SetColour | ( | const wxColour & | pos | ) |
Set the colour associated with the event.