X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..64f590eaa145e5f8c7e56b6862e4d96a96c921b6:/docs/latex/wx/wizevt.tex?ds=sidebyside diff --git a/docs/latex/wx/wizevt.tex b/docs/latex/wx/wizevt.tex index e62e8667a3..1d0ba404b5 100644 --- a/docs/latex/wx/wizevt.tex +++ b/docs/latex/wx/wizevt.tex @@ -39,6 +39,8 @@ 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).} +\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} @@ -64,3 +66,10 @@ 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. +