]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
define typesafe wxVariantList (to be used by wxVariant instead of wxList
[wxWidgets.git] / docs / latex / wx / variant.tex
index a7cbd9e2499f119c37b75b31d19fdc086cd7d89a..892cac647ead26003e8a440457374cb2aa9fffe5 100644 (file)
@@ -80,6 +80,10 @@ IMPLEMENT_VARIANT_OBJECT(wxBitmap)
 
 <wx/variant.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxVariantData}{wxvariantdata}
@@ -505,14 +509,14 @@ Also note that the destructor is protected, so you can never explicitly delete a
 instance. Instead, \helpref{DecRef}{wxvariantdatadecref} will delete the object automatically
 when the reference count reaches zero.
 
-\wxheading{Derived from}
-
-\helpref{wxObject}{wxobject}
-
 \wxheading{Include files}
 
 <wx/variant.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxVariant}{wxvariant}