\func{bool}{Update}{
\param{int }{value},\rtfsp
- \param{const wxString\&}{newmsg = ""}, }
+ \param{const wxString\& }{newmsg = ""}}
Updates the dialog, setting the progress bar to the new value and, if
given changes the message above it. Returns true unless the Cancel button
\membersection{wxGenericValidator::TransferFromWindow}\label{wxgenericvalidatortransferfromwindow}
-\func{virtual bool}{TransferToWindow}{}
+\func{virtual bool}{TransferFromWindow}{}
-Transfers the value to the window.
+Transfers the value from the window to the appropriate data type.
\membersection{wxGenericValidator::TransferToWindow}\label{wxgenericvalidatortransfertowindow}
\func{virtual bool}{TransferToWindow}{}
-Transfers the window value to the appropriate data type.
+Transfers the value to the window.
\membersection{wxWizard::FitToPage}\label{wxwizardfittopage}
-\func{void}{FittoPage}{\param{const wxWizardPage* }{firstPage}}
+\func{void}{FitToPage}{\param{const wxWizardPage* }{firstPage}}
Sets the page size to be big enough for all the pages accessible via the
given {\it firstPage}, i.e. this page, its next page and so on.