X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/wizevt.tex diff --git a/docs/latex/wx/wizevt.tex b/docs/latex/wx/wizevt.tex index e62e8667a3..ebbbb0a734 100644 --- a/docs/latex/wx/wizevt.tex +++ b/docs/latex/wx/wizevt.tex @@ -26,6 +26,10 @@ if not processed there, goes up the window hierarchy as usual. +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \wxheading{Event table macros} To process input from a wizard dialog, use these event handler macros to @@ -39,7 +43,9 @@ changed (this event can not be vetoed).} 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).} -\end{twocollist}% +\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.} +\end{twocollist} \wxheading{See also} @@ -49,7 +55,7 @@ the wizard (this event may also be vetoed).} \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. @@ -59,8 +65,15 @@ type are constructed by wxWizard. \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} + +\constfunc{wxWizardPage*}{GetPage}{\void} + +Returns the \helpref{wxWizardPage}{wxwizardpage} which was active when this +event was generated. +