1 \section{\class{wxWindowDisabler
}}\label{wxwindowdisabler
}
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.
8 \wxheading{Derived from
}
12 \wxheading{Include files
}
18 \helpref{wxBusyCursor
}{wxbusycursor
}
20 \latexignore{\rtfignore{\wxheading{Members
}}}
22 \membersection{wxWindowDisabler::wxWindowDisabler
}
24 \func{}{wxWindowDisabler
}{\param{wxWindow *
}{winToSkip = NULL
}}
26 Disables all top level windows of the applications with the exception of
27 {\it winToSkip
} if it is not
{\tt NULL
}.
29 \membersection{wxWindowDisabler::
\destruct{wxWindowDisabler
}}
31 Reenables back the windows disabled by the constructor.