wx.SysColourChangedEvent

Inheritance diagram for 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

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

Class API

Methods

__init__()

Constructor.


Returns:

wx.SysColourChangedEvent