]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/variant.h
Relax wxMessageDialog style checks, assume wxOK by default.
[wxWidgets.git] / interface / wx / variant.h
index 6fe96be13dff115a3d68ec8f26668948ca8494e2..ee3f8db494d97bfc6118a908d4e604debf6ac99d 100644 (file)
     the wxVariantData object, unlike the case for basic data types where
     convenience functions such as GetLong() can be used.
 
+    Under Microsoft Windows, two additional wxVariantData-derived classes --
+    wxVariantDataCurrency and wxVariantDataErrorCode -- are available for
+    interoperation with OLE VARIANT when using wxAutomationObject.
+
     Pointers to any wxObject derived class can also easily be stored in a
     wxVariant. wxVariant will then use wxWidgets' built-in RTTI system to set
     the type name  (returned by GetType()) and to perform type-safety checks at