]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
added proportion parameter to wxFlexGridSizer::AddGrowableRow/Col()
[wxWidgets.git] / docs / latex / wx / variant.tex
index 95a84ac9af22eafbf9aaab440b751a0b4636d220..8fe9b75c6eb206f06b7f1f4a6aaf3730f8edf1fc 100644 (file)
@@ -25,6 +25,10 @@ wxPropertyValue may be replaced by wxVariant eventually.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/variant.h>
+
 \wxheading{See also}
 
 \helpref{wxVariantData}{wxvariantdata}
@@ -41,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.
@@ -201,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}
 
@@ -225,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}
 
@@ -386,6 +391,10 @@ and override the pure virtual functions.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/variant.h>
+
 \wxheading{See also}
 
 \helpref{wxVariant}{wxvariant}
@@ -408,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}