]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wnddisbl.tex
added wxWindow::AlwaysShowScrollbars() and its wxMac implementation
[wxWidgets.git] / docs / latex / wx / wnddisbl.tex
index 798dae3dd7827bbc58fc16aca7c7819e8b39e8bd..c1df08fc858bc4981fae857d3c10166061bad918 100644 (file)
@@ -24,20 +24,26 @@ None
 
 <wx/utils.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxBusyCursor}{wxbusycursor}
 
 \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.