]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wnddisbl.tex
added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test...
[wxWidgets.git] / docs / latex / wx / wnddisbl.tex
index 0148385180adfbdec150b252837db31fef9515d2..1c2bb44b166cf6694aad17d79489bc49cedad183 100644 (file)
@@ -1,3 +1,14 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Name:        wnddsbl.tex
+%% Purpose:     wxWindowDisabler class documentation
+%% Author:      Vadim Zeitlin
+%% Modified by:
+%% Created:     03.03.00
+%% RCS-ID:      $Id$
+%% Copyright:   (c) Vadim Zeitlin
+%% License:     wxWidgets license
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 \section{\class{wxWindowDisabler}}\label{wxwindowdisabler}
 
 This class disables all windows of the application (may be with the exception
@@ -28,4 +39,7 @@ Disables all top level windows of the applications with the exception of
 
 \membersection{wxWindowDisabler::\destruct{wxWindowDisabler}}
 
+\func{}{\destruct{wxWindowDisabler}}{\void}
+
 Reenables back the windows disabled by the constructor.
+