]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/autoobj.tex
changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
[wxWidgets.git] / docs / latex / wx / autoobj.tex
index 9f8795581e613c5b1cc6f81aa900e1b00dc41e9b..bfb0d2e6d3def806c92a9c2bf30b142efee7dbb5 100644 (file)
@@ -22,6 +22,10 @@ Note that this class works under Windows only, and currently only for Visual C++
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/msw/ole/automtn.h>
+
 \wxheading{See also}
 
 \helpref{wxVariant}{wxvariant}
@@ -70,19 +74,6 @@ needing to call GetProperty several times using several temporary objects. For e
 \end{verbatim}
 }
 
-\membersection{wxAutomationObject::ConvertOleToVariant}\label{wxautomationobjectconvertoletovariant}
-
-\constfunc{bool}{ConvertOleToVariant}{\param{const VARIANTARG\&}{ oleVariant}, \param{const wxVariant\&}{ variant}}
-
-Converts the given VARIANTARG object to a wxVariant. IDispatch pointers are converted to the ``void*" type.
-
-\membersection{wxAutomationObject::ConvertVariantToOle}\label{wxautomationobjectconvertvarianttoole}
-
-\constfunc{bool}{ConvertVariantToOle}{\param{const wxVariant\&}{ variant}, \param{VARIANTARG\&}{ oleVariant}}
-
-Converts the given wxVariant object to a VARIANTARG. The ``void*" type is assumed to be an
-IDispatch pointer.
-
 \membersection{wxAutomationObject::CreateInstance}\label{wxautomationobjectcreateinstance}
 
 \constfunc{bool}{CreateInstance}{\param{const wxString\&}{ classId}}