wx.lib.colourselect.ColourSelectEvent¶
wx.ColourSelectEvent
is a special subclassing of wx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Returns the currently selected colour. |
Class API¶
- class ColourSelectEvent(wx.PyCommandEvent)¶
wx.ColourSelectEvent
is a special subclassing ofwx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
Methods¶
- __init__(self, id, value)¶
Default class constructor.
- Parameters:
id (integer) – the event identifier;
value (wx.Colour) – the colour currently selected.