]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wizevt.tex
fix warning
[wxWidgets.git] / docs / latex / wx / wizevt.tex
index d375939ec4e828c9a0665407d10e26f62b3b0ce2..c395571a6f4fcbb6fc0e3fe9acaeabcbf6094389 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     02.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
 %% Created:     02.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxWizardEvent}}\label{wxwizardevent}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxWizardEvent}}\label{wxwizardevent}
@@ -40,7 +40,8 @@ changed (this event can be vetoed).}
 \twocolitem{{\bf EVT\_WIZARD\_CANCEL(id, func)}}{The user attempted to cancel
 the wizard (this event may also be vetoed).}
 \twocolitem{{\bf EVT\_WIZARD\_HELP(id, func)}}{The wizard help button was pressed.}
 \twocolitem{{\bf EVT\_WIZARD\_CANCEL(id, func)}}{The user attempted to cancel
 the wizard (this event may also be vetoed).}
 \twocolitem{{\bf EVT\_WIZARD\_HELP(id, func)}}{The wizard help button was pressed.}
-\end{twocollist}%
+\twocolitem{{\bf EVT\_WIZARD\_FINISHED(id, func)}}{The wizard finished button was pressed.}
+\end{twocollist}
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -50,7 +51,7 @@ the wizard (this event may also be vetoed).}
 
 \membersection{wxWizardEvent::wxWizardEvent}\label{wxwizardeventwxwizardevent}
 
 
 \membersection{wxWizardEvent::wxWizardEvent}\label{wxwizardeventwxwizardevent}
 
-\func{}{wxWizardEvent}{\param{wxEventType }{type = wxEVT\_NULL}, \param{int }{id = -1}, \param{bool }{direction = TRUE}}
+\func{}{wxWizardEvent}{\param{wxEventType }{type = wxEVT\_NULL}, \param{int }{id = -1}, \param{bool }{direction = true}}
 
 Constructor. It is not normally used by the user code as the objects of this
 type are constructed by wxWizard.
 
 Constructor. It is not normally used by the user code as the objects of this
 type are constructed by wxWizard.
@@ -60,9 +61,9 @@ type are constructed by wxWizard.
 \constfunc{bool}{GetDirection}{\void}
 
 Return the direction in which the page is changing: for {\tt
 \constfunc{bool}{GetDirection}{\void}
 
 Return the direction in which the page is changing: for {\tt
-EVT\_WIZARD\_PAGE\_CHANGING}, return {\tt TRUE} if we're going forward or
-FALSE otherwise and for {\tt EVT\_WIZARD\_PAGE\_CHANGED} return {\tt TRUE} if
-we came from the previous page and {\tt FALSE} if we returned from the next
+EVT\_WIZARD\_PAGE\_CHANGING}, return {\tt true} if we're going forward or
+false otherwise and for {\tt EVT\_WIZARD\_PAGE\_CHANGED} return {\tt true} if
+we came from the previous page and {\tt false} if we returned from the next
 one.
 
 \membersection{wxWizardEvent::GetPage}\label{wxwizardeventgetpage}
 one.
 
 \membersection{wxWizardEvent::GetPage}\label{wxwizardeventgetpage}