git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-24 08:20:34 +00:00
parent 1aad7d9118
commit 7abe75210f

View File

@@ -121,13 +121,13 @@ Sets the validator style.
\func{virtual bool}{TransferFromWindow}{}
Transfers the string value to the window.
Transfers the value in the text control 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 text control.
\membersection{wxTextValidator::Validate}\label{wxtextvalidatorvalidate}