]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc corrections
authorJulian Smart <julian@anthemion.co.uk>
Sat, 3 May 2003 13:45:00 +0000 (13:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 3 May 2003 13:45:00 +0000 (13:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/progdlg.tex
docs/latex/wx/valgen.tex
docs/latex/wx/wizard.tex

index c73fed18a7f9efc0e3c24d0d194456e85bc9ac02..24851fe91620fd089944e3b34add4239906daff0 100644 (file)
@@ -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
index a6d8c7a5049e29dd2406e4a017119bf31676bd09..d5a9c9b76d3241321eb9ed0675f305c651cd8c9c 100644 (file)
@@ -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.
 
index 034da96e514ec79da0a55d6d21aaa2cd5adcd30c..6ebb199d02e069e9f9db5984efb9a64e97bad625 100644 (file)
@@ -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.