]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from...
[wxWidgets.git] / docs / latex / wx / variant.tex
index b3ff576d9b8f1c2246fa93ddd1598fdf667dd705..951992df297d62ffea9b84c4383b1af982c590bc 100644 (file)
@@ -17,10 +17,6 @@ for different data types, or a remote procedure call protocol.
 An optional name member is associated with a wxVariant. This might be used, for example, in CORBA
 or OLE automation classes, where named parameters are required.
 
-wxVariant is similar to wxExpr and also to wxPropertyValue. However, wxExpr is efficiency-optimized for
-a restricted range of data types, whereas wxVariant is less efficient but more extensible.
-wxPropertyValue may be replaced by wxVariant eventually.
-
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
@@ -431,4 +427,5 @@ the data is of this type (the check is done during the run-time) or
 \wxheading{See also}
 
 \helpref{RTTI overview}{runtimeclassoverview}\\
-\helpref{wxDynamicCast}{wxdynamiccast}\\
+\helpref{wxDynamicCast}{wxdynamiccast}
+