]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/sysclevt.tex
Small mods to manual
[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
12\wxheading{Event table macros}
13
14To process a system colour changed event, use this event handler macro to direct input to a member
15function that takes a wxSysColourChanged argument.
16
17\twocolwidtha{7cm}
18\begin{twocollist}\itemsep=0pt
19\twocolitem{{\bf EVT\_SYS\_COLOUR\_CHANGED(func)}}{Process a wxEVT\_SYS\_COLOUR\_CHANGED event.}
20\end{twocollist}%
21
22\wxheading{Remarks}
23
24The default event handler for this event propagates the event to child windows, since
25Windows only sends the events to top-level windows. If
26intercepting this event for a top-level window, remember to call the base class handler,
27or to pass the event on to the window's children explicitly.
28
29\wxheading{See also}
30
31\helpref{wxWindow::OnSysColourChanged}{wxwindowonsyscolourchanged}, \helpref{Event handling overview}{eventhandlingoverview}
32
33\latexignore{\rtfignore{\wxheading{Members}}}
34
35\membersection{wxSysColourChangedEvent::wxSysColourChanged}
36
37\func{}{wxSysColourChanged}{\void}
38
39Constructor.
40