%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxWizardEvent}}\label{wxwizardevent}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxWizardEvent}}\label{wxwizardevent}
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\_FINISHED(id, func)}}{The wizard finished button was pressed.}
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\_FINISHED(id, func)}}{The wizard finished button was pressed.}
-\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.
-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