From: Julian Smart Date: Sat, 3 May 2003 13:45:00 +0000 (+0000) Subject: Doc corrections X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/384c96533e84e102a64c5057823a20a7d043e338 Doc corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/progdlg.tex b/docs/latex/wx/progdlg.tex index c73fed18a7..24851fe916 100644 --- a/docs/latex/wx/progdlg.tex +++ b/docs/latex/wx/progdlg.tex @@ -79,7 +79,7 @@ ABORT. \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 diff --git a/docs/latex/wx/valgen.tex b/docs/latex/wx/valgen.tex index a6d8c7a504..d5a9c9b76d 100644 --- a/docs/latex/wx/valgen.tex +++ b/docs/latex/wx/valgen.tex @@ -73,13 +73,13 @@ Clones the generic validator using the copy constructor. \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. diff --git a/docs/latex/wx/wizard.tex b/docs/latex/wx/wizard.tex index 034da96e51..6ebb199d02 100644 --- a/docs/latex/wx/wizard.tex +++ b/docs/latex/wx/wizard.tex @@ -137,7 +137,7 @@ by default.} \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.