TransferFrom/ToWindow() were reverted, fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-09-23 23:54:33 +00:00
parent dc76287dcd
commit 007bea23c3

View File

@ -121,13 +121,13 @@ Sets the validator style.
\func{virtual bool}{TransferFromWindow}{}
Transfers the string value to the window.
Transfers the value from window to the string.
\membersection{wxTextValidator::TransferToWindow}\label{wxtextvalidatortransfertowindow}
\func{virtual bool}{TransferToWindow}{}
Transfers the window value to the string.
Transfers the string value to the window.
\membersection{wxTextValidator::Validate}\label{wxtextvalidatorvalidate}