iconevt.tex
来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 58 行
TEX
58 行
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name: iconevt.tex
%% Purpose: wxIconizeEvent documentation
%% Author: Vadim Zeitlin
%% Modified by:
%% Created:
%% RCS-ID: $Id: iconevt.tex,v 1.6 2005/02/22 15:09:50 ABX Exp $
%% Copyright: (c) 2001 Vadim Zeitlin
%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxIconizeEvent}}\label{wxiconizeevent}
An event being sent when the frame is iconized (minimized) or restored.
Currently only wxMSW and wxGTK generate such events.
\wxheading{Derived from}
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files}
<wx/event.h>
\wxheading{Event table macros}
To process an iconize event, use this event handler macro to direct input to a
member function that takes a wxIconizeEvent argument.
\twocolwidtha{7cm}
\begin{twocollist}\itemsep=0pt
\twocolitem{{\bf EVT\_ICONIZE(func)}}{Process a wxEVT\_ICONIZE event.}
\end{twocollist}%
\wxheading{See also}
\helpref{Event handling overview}{eventhandlingoverview},\rtfsp
\helpref{wxTopLevelWindow::Iconize}{wxtoplevelwindowiconize},\rtfsp
\helpref{wxTopLevelWindow::IsIconized}{wxtoplevelwindowisiconized}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxIconizeEvent::wxIconizeEvent}\label{wxiconizeeventctor}
\func{}{wxIconizeEvent}{\param{int }{id = 0}, \param{bool }{iconized = true}}
Constructor.
\membersection{wxIconizeEvent::Iconized}\label{wxiconizeeventiconized}
\constfunc{bool}{Iconized}{\void}
Returns {\tt true} if the frame has been iconized, {\tt false} if it has been
restored.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?