]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
added new text event macros description
[wxWidgets.git] / docs / latex / wx / variant.tex
index 95a84ac9af22eafbf9aaab440b751a0b4636d220..f09ee5898c733f8a7c0f7e25fcaee4f17c58f81a 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.
@@ -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}