.\" This is a wxWidgets manpage page generated from the XML docs .TH wxWindowDisabler 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxWindowDisabler \- .SH DESCRIPTION This class disables all windows of the application (may be with the exception of 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 application is currently busy and cannot respond to user input. .SH "PARENTS" .SH "INCLUDE FILES" wx/utils.h .SH MEMBERS .SS wxWindowDisabler (wxWindow *winToSkip = NULL) Disables all top level windows of the applications with the exception of winToSkip if it is not NULL . .SS ~wxWindowDisabler () Reenables back the windows disabled by the constructor. .SH "SEE ALSO" wxBusyCursor .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.