]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wnddisbl.tex
Whole bunch of minor doc updates from an external patch.
[wxWidgets.git] / docs / latex / wx / wnddisbl.tex
index efd93453b442d99bb4c6cf14770b853b54ec5c34..e6c177fa08bedc08bf16e043388bde1522e805ff 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     03.03.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% Licence:     wxWindows licence
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxWindowDisabler}}\label{wxwindowdisabler}
@@ -30,14 +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.