X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..749caeeb381b57bef763364a4cf85c2f2fb6dfc1:/docs/latex/wx/variant.tex diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index f09ee5898c..8fe9b75c6e 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -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}