wnddisbl.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 46 行

TEX
46
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        wnddsbl.tex%% Purpose:     wxWindowDisabler class documentation%% Author:      Vadim Zeitlin%% Modified by:%% Created:     03.03.00%% RCS-ID:      $Id: wnddisbl.tex,v 1.8 2005/02/22 15:09:56 ABX Exp $%% Copyright:   (c) Vadim Zeitlin%% License:     wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxWindowDisabler}}\label{wxwindowdisabler}This class disables all windows of the application (may be with the exceptionof one of them) in its constructor and enables them back in its destructor.This comes in handy when you want to indicate to the user that the applicationis currently busy and cannot respond to user input.\wxheading{Derived from}None\wxheading{Include files}<wx/utils.h>\wxheading{See also}\helpref{wxBusyCursor}{wxbusycursor}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxWindowDisabler::wxWindowDisabler}\label{wxwindowdisablerctor}\func{}{wxWindowDisabler}{\param{wxWindow *}{winToSkip = NULL}}Disables all top level windows of the applications with the exception of {\it winToSkip} if it is not {\tt NULL}.\membersection{wxWindowDisabler::\destruct{wxWindowDisabler}}\label{wxwindowdisablerdtor}\func{}{\destruct{wxWindowDisabler}}{\void}Reenables back the windows disabled by the constructor.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?