]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
GetWxObjectPtr() returns wxObject*, not void*.
[wxWidgets.git] / docs / latex / wx / variant.tex
index c18baf3ea5ea2ade02651ac8b2fc97b3c0d9573e..5f233fc1f1f48ef3fdac348161493f63dcc566d1 100644 (file)
@@ -147,13 +147,13 @@ Retrieves and converts the value of this variant to the type that {\it value} is
 
 \membersection{wxVariant::GetCount}\label{wxvariantgetcount}
 
 
 \membersection{wxVariant::GetCount}\label{wxvariantgetcount}
 
-\constfunc{size_t}{GetCount}{\void}
+\constfunc{size\_t}{GetCount}{\void}
 
 Returns the number of elements in the list.
 
 \membersection{wxVariant::Delete}\label{wxvariantdelete}
 
 
 Returns the number of elements in the list.
 
 \membersection{wxVariant::Delete}\label{wxvariantdelete}
 
-\func{bool}{Delete}{\param{size_t }{item}}
+\func{bool}{Delete}{\param{size\_t }{item}}
 
 Deletes the zero-based {\it item} from the list.
 
 
 Deletes the zero-based {\it item} from the list.
 
@@ -227,7 +227,7 @@ Gets the void pointer value.
 
 \membersection{wxVariant::GetWxObjectPtr}\label{wxvariantgetwxobjectptr}
 
 
 \membersection{wxVariant::GetWxObjectPtr}\label{wxvariantgetwxobjectptr}
 
-\constfunc{void*}{GetWxObjectPtr}{\void}
+\constfunc{wxObject*}{GetWxObjectPtr}{\void}
 
 Gets the wxObject pointer value.
 
 
 Gets the wxObject pointer value.