git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-24 07:26:55 +00:00
parent 74b0216f3a
commit b853ebf6f5

View File

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