]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
removed wxEncodingConverter from docs where wxMBConv should be mentioned instead
[wxWidgets.git] / docs / latex / wx / variant.tex
index f91ca59e148b920d98762efb77d44eac52dca34c..8fe9b75c6eb206f06b7f1f4a6aaf3730f8edf1fc 100644 (file)
@@ -45,7 +45,8 @@ Default constructor.
 
 Copy constructor.
 
-\func{}{wxVariant}{\param{const char*}{ value}, \param{const wxString\& }{name = ``"}}\\
+\func{}{wxVariant}{\param{const char*}{ value}, \param{const wxString\& }{name = ``"}}
+
 \func{}{wxVariant}{\param{const wxString\&}{ value}, \param{const wxString\& }{name = ``"}}
 
 Construction from a string value.
@@ -205,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}
 
@@ -229,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}
 
@@ -416,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}