X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b18f44e244dacb180079e93fd3692ae76ffae75f..245b9db51823e59bd61f0d7c0c69b419495cf0b7:/docs/latex/wx/wizard.tex diff --git a/docs/latex/wx/wizard.tex b/docs/latex/wx/wizard.tex index 0d26b0ec7f..298417376c 100644 --- a/docs/latex/wx/wizard.tex +++ b/docs/latex/wx/wizard.tex @@ -29,7 +29,7 @@ Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your applicatio \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\ -\helpref{wxPanel}{wxpanel}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -38,6 +38,10 @@ Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your applicatio +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \wxheading{Event table macros} To process input from a wizard dialog, use these event handler macros to @@ -157,6 +161,11 @@ This is useful if the decision about which pages to show is taken during run-time, as in this case, the wizard won't be able to get to all pages starting from a single one and you should call {\it Fit} separately for the others. +\membersection{wxWizard::GetBitmap}\label{wxwizardgetbitmap} + +\constfunc{const wxBitmap\&}{GetBitmap}{\void} + +Returns the bitmap used for the wizard. \membersection{wxWizard::GetCurrentPage}\label{wxwizardgetcurrentpage} @@ -241,6 +250,11 @@ Executes the wizard starting from the given page, returning {\tt true} if it was successfully finished or {\tt false} if user cancelled it. The {\it firstPage} can not be {\tt NULL}. +\membersection{wxWizard::SetBitmap}\label{wxwizardsetbitmap} + +\func{void}{SetBitmap}{\param{const wxBitmap\& }{bitmap}} + +Sets the bitmap used for the wizard. \membersection{wxWizard::SetPageSize}\label{wxwizardsetpagesize}