wx.ColourPickerEvent¶This event class is used for the events generated by wx.ColourPickerCtrl.
Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.ColourPickerEvent parameter.
EVT_COLOURPICKER_CHANGED: Generated whenever the selected colour changes.
See also
Class Hierarchy¶
Inheritance diagram for class ColourPickerEvent:
Methods Summary¶Retrieve the colour the user has just selected. |
|
Set the colour associated with the event. |
Properties Summary¶
Class API¶Possible constructors:
ColourPickerEvent()
ColourPickerEvent(generator, id, colour)
This event class is used for the events generated by ColourPickerCtrl.
__init__ (self)
__init__ (self, generator, id, colour)
The constructor is not normally used by the user code.