ColourPickerEvent¶This event class is used for the events generated by ColourPickerCtrl.
Events Emitted by this Class¶Handlers bound for the following event types will receive a ColourPickerEvent parameter.
See also
Methods Summary¶| __init__ | |
| GetColour | Retrieve the colour the user has just selected. |
| SetColour | Set the colour associated with the event. |
Class API¶This event class is used for the events generated by ColourPickerCtrl.
Possible constructors:
ColourPickerEvent()
ColourPickerEvent(generator, id, colour)
Overloaded Implementations:
__init__ (self)
__init__ (self, generator, id, colour)
The constructor is not normally used by the user code.
| Parameters: |
|---|