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.
EVT_COLOURPICKER_CURRENT_CHANGED: Generated whenever the currently selected colour in the dialog shown by the picker changes. This event is new since wxWidgets 3.1.3 and currently is only implemented in wxMSW.
EVT_COLOURPICKER_DIALOG_CANCELLED: Generated when the user cancels the colour dialog associated with the control, i.e. closes it without accepting the selection. This event is new since wxWidgets 3.1.3 and currently is only implemented in wxMSW.
Inheritance diagram for class
ColourPickerEvent:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
ColourPickerEvent() -> None ColourPickerEvent(generator, id, colour) -> None
This event class is used for the events generated by ColourPickerCtrl.
__init__ (self)
None
__init__ (self, generator, id, colour)
The constructor is not normally used by the user code.
Retrieve the colour the user has just selected.
Set the colour associated with the event.
pos (wx.Colour)
None
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4