1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<HTML>
<head><title>wxSysColourChangedEvent</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxsyscolourchangedevent"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx226.htm#wxstringtokenizer"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx228.htm#wxsystemsettings"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxSysColourChangedEvent</H2>
<P>
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.<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx84.htm#wxevent">wxEvent</A><BR>
<A HREF="wx158.htm#wxobject">wxObject</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
<wx/event.h><P>
<B><FONT COLOR="#FF0000">Event table macros</FONT></B><P>
To process a system colour changed event, use this event handler macro to direct input to a member
function that takes a wxSysColourChanged argument.<P>
<TABLE>
<TR><TD VALIGN=TOP>
<B>EVT_SYS_COLOUR_CHANGED(func)</B>
</TD>
<TD VALIGN=TOP>
Process a wxEVT_SYS_COLOUR_CHANGED event.
</TD></TR>
</TABLE>
<B><FONT COLOR="#FF0000">Remarks</FONT></B><P>
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.<P>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
<A HREF="wx260.htm#wxwindowonsyscolourchanged">wxWindow::OnSysColourChanged</A>, <A HREF="wx299.htm#eventhandlingoverview">Event handling overview</A><P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#topic888">wxSysColourChangedEvent::wxSysColourChanged</A><BR>
<P>
<HR>
<A NAME="topic888"></A>
<H3>wxSysColourChangedEvent::wxSysColourChanged</H3>
<P>
<B></B> <B>wxSysColourChanged</B>()<P>
Constructor.<P>
</BODY></HTML>
|