************************ wx.SysColourChangedEvent ************************ Inheritance diagram for `wx.SysColourChangedEvent`: | .. inheritance-diagram:: wx.SysColourChangedEvent | Description =========== 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. Derived From ^^^^^^^^^^^^^ * `wx.Event `_ * `wx.Object <../Widgets/wx.Object.html>`_ Remarks ^^^^^^^ 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. Event Handling ^^^^^^^^^^^^^^ ================================================== ================================================== Event Name Description ================================================== ================================================== wx.EVT_SYS_COLOUR_CHANGED(func) Process a ``wx.wxEVT_SYS_COLOUR_CHANGED`` event. ================================================== ================================================== Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() Constructor. | **Returns:** `wx.SysColourChangedEvent `_