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.
To process a system colour changed event, use this event handler macro to direct input to a member function that takes a SysColourChanged argument.
| evt_sys_colour_changed() { | event | ... } | Process a EVT_SYS_COLOUR_CHANGED event. |
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.
[This page automatically generated from the Textile source at Thu May 01 00:50:46 +0100 2008]