Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-03 13:45:00 +00:00
parent c754f4aa00
commit 384c96533e
3 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ ABORT.
\func{bool}{Update}{ \func{bool}{Update}{
\param{int }{value},\rtfsp \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 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 given changes the message above it. Returns true unless the Cancel button

View File

@@ -73,13 +73,13 @@ Clones the generic validator using the copy constructor.
\membersection{wxGenericValidator::TransferFromWindow}\label{wxgenericvalidatortransferfromwindow} \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} \membersection{wxGenericValidator::TransferToWindow}\label{wxgenericvalidatortransfertowindow}
\func{virtual bool}{TransferToWindow}{} \func{virtual bool}{TransferToWindow}{}
Transfers the window value to the appropriate data type. Transfers the value to the window.

View File

@@ -137,7 +137,7 @@ by default.}
\membersection{wxWizard::FitToPage}\label{wxwizardfittopage} \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 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. given {\it firstPage}, i.e. this page, its next page and so on.