.. include:: headings.inc .. _SysColourChangedEvent: ========================================================================================================================================== |phoenix_title| **SysColourChangedEvent** ========================================================================================================================================== This class is used for system colour change events, which are generated when the user changes the colour settings using the control panel. This is only appropriate under Windows. .. _SysColourChangedEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`SysColourChangedEvent` parameter. - EVT_SYS_COLOUR_CHANGED: Process a ``wxEVT_SYS_COLOUR_CHANGED`` event. .. note:: 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 the base class handler, or to pass the event on to the window's children explicitly. .. seealso:: :ref:`Events and Event Handling ` | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **SysColourChangedEvent** .. raw:: html

Inheritance diagram of SysColourChangedEvent

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~SysColourChangedEvent.__init__` Constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SysColourChangedEvent(Event) This class is used for system colour change events, which are generated when the user changes the colour settings using the control panel. **Possible constructors**:: SysColourChangedEvent() .. method:: __init__(self) Constructor.