X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd6ce4a90c11b54cc00799d0e4611d858739a749..d2b23b67301bd2d286366d4326a21da3132558fa:/docs/latex/wx/wnddisbl.tex diff --git a/docs/latex/wx/wnddisbl.tex b/docs/latex/wx/wnddisbl.tex index 0148385180..5f9ff741cd 100644 --- a/docs/latex/wx/wnddisbl.tex +++ b/docs/latex/wx/wnddisbl.tex @@ -1,3 +1,14 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Name: wnddsbl.tex +%% Purpose: wxWindowDisabler class documentation +%% Author: Vadim Zeitlin +%% Modified by: +%% Created: 03.03.00 +%% RCS-ID: $Id$ +%% Copyright: (c) Vadim Zeitlin +%% License: wxWindows license +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \section{\class{wxWindowDisabler}}\label{wxwindowdisabler} This class disables all windows of the application (may be with the exception @@ -19,13 +30,16 @@ None \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxWindowDisabler::wxWindowDisabler} +\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}} +\membersection{wxWindowDisabler::\destruct{wxWindowDisabler}}\label{wxwindowdisablerdtor} + +\func{}{\destruct{wxWindowDisabler}}{\void} Reenables back the windows disabled by the constructor. +