wx.ColourSelectEvent
is a special subclassing of wx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
Default class constructor. |
|
Returns the currently selected colour. |
wx.ColourSelectEvent
is a special subclassing of wx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
Default class constructor.
id (integer) – the event identifier;
value (wx.Colour) – the colour currently selected.