Type SysColourChangedEvent
object
--+
|
Object
--+
|
Event
--+
|
SysColourChangedEvent
This class is used for EVT_SYS_COLOUR_CHANGED, which are generated
when the user changes the colour settings using the control
panel. This is only applicable under Windows.
The default event handler for this event propagates the event to child
windows, since Windows only sends the events to top-level windows. If
intercepting this event for a top-level window, remember to call
Skip
so the the base class handler will still be executed, or to
pass the event on to the window's children explicitly.
Method Summary |
SysColourChangedEvent |
__init__ (self)
Constructor |
Property Summary |
|
thisown : The membership flag |
__init__(self)
(Constructor)
Constructor
-
- Returns:
-
SysColourChangedEvent
- Overrides:
wx.Event.__init__
|
thisown
The membership flag
-
|