]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/sysclevt.tex
1. wxHtmlHelpController and related classes
[wxWidgets.git] / docs / latex / wx / sysclevt.tex
CommitLineData
a660d684
KB
1\section{\class{wxSysColourChangedEvent}}\label{wxsyscolourchangedevent}
2
3This class is used for system colour change events, which are generated
4when the user changes the colour settings using the control panel.
5This is only appropriate under Windows.
6
7\wxheading{Derived from}
8
9\helpref{wxEvent}{wxevent}\\
10\helpref{wxObject}{wxobject}
11
954b8ae6
JS
12\wxheading{Include files}
13
14<wx/event.h>
15
a660d684
KB
16\wxheading{Event table macros}
17
18To process a system colour changed event, use this event handler macro to direct input to a member
19function that takes a wxSysColourChanged argument.
20
21\twocolwidtha{7cm}
22\begin{twocollist}\itemsep=0pt
23\twocolitem{{\bf EVT\_SYS\_COLOUR\_CHANGED(func)}}{Process a wxEVT\_SYS\_COLOUR\_CHANGED event.}
24\end{twocollist}%
25
26\wxheading{Remarks}
27
28The default event handler for this event propagates the event to child windows, since
29Windows only sends the events to top-level windows. If
30intercepting this event for a top-level window, remember to call the base class handler,
31or to pass the event on to the window's children explicitly.
32
33\wxheading{See also}
34
35\helpref{wxWindow::OnSysColourChanged}{wxwindowonsyscolourchanged}, \helpref{Event handling overview}{eventhandlingoverview}
36
37\latexignore{\rtfignore{\wxheading{Members}}}
38
39\membersection{wxSysColourChangedEvent::wxSysColourChanged}
40
41\func{}{wxSysColourChanged}{\void}
42
43Constructor.
44