]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | \section{\class{wxSysColourChangedEvent}}\label{wxsyscolourchangedevent} |
2 | ||
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. | |
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 | ||
a7af285d VZ |
16 | \wxheading{Library} |
17 | ||
18 | \helpref{wxCore}{librarieslist} | |
19 | ||
a660d684 KB |
20 | \wxheading{Event table macros} |
21 | ||
22 | To process a system colour changed event, use this event handler macro to direct input to a member | |
23 | function that takes a wxSysColourChanged argument. | |
24 | ||
25 | \twocolwidtha{7cm} | |
26 | \begin{twocollist}\itemsep=0pt | |
27 | \twocolitem{{\bf EVT\_SYS\_COLOUR\_CHANGED(func)}}{Process a wxEVT\_SYS\_COLOUR\_CHANGED event.} | |
28 | \end{twocollist}% | |
29 | ||
30 | \wxheading{Remarks} | |
31 | ||
32 | The default event handler for this event propagates the event to child windows, since | |
33 | Windows only sends the events to top-level windows. If | |
34 | intercepting this event for a top-level window, remember to call the base class handler, | |
35 | or to pass the event on to the window's children explicitly. | |
36 | ||
37 | \wxheading{See also} | |
38 | ||
f4fcc291 JS |
39 | %\helpref{wxWindow::OnSysColourChanged}{wxwindowonsyscolourchanged}, |
40 | \helpref{Event handling overview}{eventhandlingoverview} | |
a660d684 KB |
41 | |
42 | \latexignore{\rtfignore{\wxheading{Members}}} | |
43 | ||
9a75ba66 | 44 | \membersection{wxSysColourChangedEvent::wxSysColourChangedEvent}\label{wxsyscolourchangedeventctor} |
a660d684 | 45 | |
9a75ba66 | 46 | \func{}{wxSysColourChangedEvent}{\void} |
a660d684 KB |
47 | |
48 | Constructor. | |
49 |