wx.ColourSelectEvent
is a special subclassing of wx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
__init__ |
Default class constructor. |
GetValue |
Returns the currently selected colour. |
ColourSelectEvent
(wx.PyCommandEvent)¶wx.ColourSelectEvent
is a special subclassing of wx.CommandEvent
and it provides for a custom event sent every time the user chooses a colour.
__init__
(self, id, value)¶Default class constructor.
Parameters: |
|
---|