]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/variant.tex
changed wxWindow::Refresh() to refresh the window children as well (as wxGTK already...
[wxWidgets.git] / docs / latex / wx / variant.tex
index dba0914cd9091be704d3aed10e325e6e54248107..e1c3d5602a70bbd812e07a2b74596781085f0c4c 100644 (file)
@@ -119,17 +119,17 @@ Deletes the contents of the list.
 
 \membersection{wxVariant::Convert}\label{wxvariantconvert}
 
-\constfunc{bool}{Convert}{long* value}
+\constfunc{bool}{Convert}{\param{long*}{ value}}
 
-\constfunc{bool}{Convert}{bool* value}
+\constfunc{bool}{Convert}{\param{bool*}{ value}}
 
-\constfunc{bool}{Convert}{double* value}
+\constfunc{bool}{Convert}{\param{double*}{ value}}
 
-\constfunc{bool}{Convert}{wxString* value}
+\constfunc{bool}{Convert}{\param{wxString*}{ value}}
 
-\constfunc{bool}{Convert}{char* value}
+\constfunc{bool}{Convert}{\param{char*}{ value}}
 
-\constfunc{bool}{Convert}{wxDateTime* value}
+\constfunc{bool}{Convert}{\param{wxDateTime*}{ value}}
 
 Retrieves and converts the value of this variant to the type that {\it value} is.