Some doc spacing fixes; removed references to

deprecated classes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-21 09:06:36 +00:00
parent 3a0a61b066
commit c92ddcd2e1
9 changed files with 13 additions and 158 deletions

View 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}