.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSysColourChangedEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSysColourChangedEvent \- A system colour change event .SH 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. .SH 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. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxSysColourChangedEvent () Constructor. .SH EVENTS .SS EVT_SYS_COLOUR_CHANGED(func) Process a wxEVT_SYS_COLOUR_CHANGED event. .SH "SEE ALSO" wxEvent wxObject Event handling overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.