TRUE/FALSE -> true/false in documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-18 00:16:34 +00:00
parent 4aa3178674
commit cc81d32f2b
220 changed files with 1448 additions and 1448 deletions

View File

@@ -72,7 +72,7 @@ Returns the window associated with the validator.
\membersection{wxValidator::SetBellOnError}{wxvalidatorsetbellonerror}
\func{void}{SetBellOnError}{\param{bool}{ doIt = TRUE}}
\func{void}{SetBellOnError}{\param{bool}{ doIt = true}}
This functions switches on or turns off the error sound produced by the
validators if an invalid key is pressed.
@@ -88,19 +88,19 @@ Associates a window with the validator.
\func{virtual bool}{TransferToWindow}{}
This overridable function is called when the value in the window must be
transferred to the validator. Return FALSE if there is a problem.
transferred to the validator. Return false if there is a problem.
\membersection{wxValidator::TransferToWindow}\label{wxvalidatortransfertowindow}
\func{virtual bool}{TransferToWindow}{}
This overridable function is called when the value associated with the validator must be
transferred to the window. Return FALSE if there is a problem.
transferred to the window. Return false if there is a problem.
\membersection{wxValidator::Validate}\label{wxvalidatorvalidate}
\func{virtual bool}{Validate}{\param{wxWindow*}{ parent}}
This overridable function is called when the value in the associated window must be validated.
Return FALSE if the value in the window is not valid; you may pop up an error dialog.
Return false if the value in the window is not valid; you may pop up an error dialog.