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:
@@ -206,13 +206,13 @@ Inserts a value at the front of the list.
|
||||
|
||||
\constfunc{bool}{IsNull}{\void}
|
||||
|
||||
Returns TRUE if there is no data associated with this variant, FALSE if there is data.
|
||||
Returns true if there is no data associated with this variant, false if there is data.
|
||||
|
||||
\membersection{wxVariant::IsType}\label{wxvariantistype}
|
||||
|
||||
\constfunc{bool}{IsType}{\param{const wxString\&}{ type}}
|
||||
|
||||
Returns TRUE if {\it type} matches the type of the variant, FALSE otherwise.
|
||||
Returns true if {\it type} matches the type of the variant, false otherwise.
|
||||
|
||||
\membersection{wxVariant::MakeNull}\label{wxvariantmakenull}
|
||||
|
||||
@@ -230,7 +230,7 @@ Makes a string representation of the variant value (for any type).
|
||||
|
||||
\constfunc{bool}{Member}{\param{const wxVariant\&}{ value}}
|
||||
|
||||
Returns TRUE if {\it value} matches an element in the list.
|
||||
Returns true if {\it value} matches an element in the list.
|
||||
|
||||
\membersection{wxVariant::NullList}\label{wxvariantnulllist}
|
||||
|
||||
@@ -417,7 +417,7 @@ Copy the data from `this' object to {\it data}.
|
||||
|
||||
\constfunc{bool}{Eq}{\param{wxVariantData\&}{ data}}
|
||||
|
||||
Returns TRUE if this object is equal to {\it data}.
|
||||
Returns true if this object is equal to {\it data}.
|
||||
|
||||
\membersection{wxVariantData::GetType}\label{wxvariantdatagettype}
|
||||
|
||||
|
Reference in New Issue
Block a user