1 \section{\class{wxSysColourChangedEvent
}}\label{wxsyscolourchangedevent
}
3 This class is used for system colour change events, which are generated
4 when the user changes the colour settings using the control panel.
5 This is only appropriate under Windows.
7 \wxheading{Derived from
}
9 \helpref{wxEvent
}{wxevent
}\\
10 \helpref{wxObject
}{wxobject
}
12 \wxheading{Event table macros
}
14 To process a system colour changed event, use this event handler macro to direct input to a member
15 function that takes a wxSysColourChanged argument.
18 \begin{twocollist
}\itemsep=
0pt
19 \twocolitem{{\bf EVT
\_SYS\_COLOUR\_CHANGED(func)
}}{Process a wxEVT
\_SYS\_COLOUR\_CHANGED event.
}
24 The default event handler for this event propagates the event to child windows, since
25 Windows only sends the events to top-level windows. If
26 intercepting this event for a top-level window, remember to call the base class handler,
27 or to pass the event on to the window's children explicitly.
31 \helpref{wxWindow::OnSysColourChanged
}{wxwindowonsyscolourchanged
},
\helpref{Event handling overview
}{eventhandlingoverview
}
33 \latexignore{\rtfignore{\wxheading{Members
}}}
35 \membersection{wxSysColourChangedEvent::wxSysColourChanged
}
37 \func{}{wxSysColourChanged
}{\void}