minor docs corrections (patch 1144566)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user