sysclevt.tex
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 46 行
TEX
46 行
\section{\class{wxSysColourChangedEvent}}\label{wxsyscolourchangedevent}This class is used for system colour change events, which are generatedwhen the user changes the colour settings using the control panel.This is only appropriate under Windows.\wxheading{Derived from}\helpref{wxEvent}{wxevent}\\\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/event.h>\wxheading{Event table macros}To process a system colour changed event, use this event handler macro to direct input to a memberfunction that takes a wxSysColourChanged argument.\twocolwidtha{7cm}\begin{twocollist}\itemsep=0pt\twocolitem{{\bf EVT\_SYS\_COLOUR\_CHANGED(func)}}{Process a wxEVT\_SYS\_COLOUR\_CHANGED event.}\end{twocollist}%\wxheading{Remarks}The default event handler for this event propagates the event to child windows, sinceWindows only sends the events to top-level windows. Ifintercepting 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.\wxheading{See also}%\helpref{wxWindow::OnSysColourChanged}{wxwindowonsyscolourchanged},\helpref{Event handling overview}{eventhandlingoverview}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxSysColourChangedEvent::wxSysColourChangedEvent}\label{wxsyscolourchangedeventctor}\func{}{wxSysColourChangedEvent}{\void}Constructor.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?