]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wnddisbl.tex
Documented Destroy()
[wxWidgets.git] / docs / latex / wx / wnddisbl.tex
1 \section{\class{wxWindowDisabler}}\label{wxwindowdisabler}
2
3 This class disables all windows of the application (may be with the exception
4 of one of them) in its constructor and enables them back in its destructor.
5 This comes in handy when you want to indicate to the user that the application
6 is currently busy and cannot respond to user input.
7
8 \wxheading{Derived from}
9
10 None
11
12 \wxheading{Include files}
13
14 <wx/utils.h>
15
16 \wxheading{See also}
17
18 \helpref{wxBusyCursor}{wxbusycursor}
19
20 \latexignore{\rtfignore{\wxheading{Members}}}
21
22 \membersection{wxWindowDisabler::wxWindowDisabler}
23
24 \func{}{wxWindowDisabler}{\param{wxWindow *}{winToSkip = NULL}}
25
26 Disables all top level windows of the applications with the exception of
27 {\it winToSkip} if it is not {\tt NULL}.
28
29 \membersection{wxWindowDisabler::\destruct{wxWindowDisabler}}
30
31 Reenables back the windows disabled by the constructor.