]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/valgen.tex
documented wxWindow::GetFont change
[wxWidgets.git] / docs / latex / wx / valgen.tex
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.