X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a67eeac3def703ca733305d107088ec01c8cbc2..329eeca9c404b5e670af89cf7d2b1e517aa71853:/docs/latex/wx/dataform.tex diff --git a/docs/latex/wx/dataform.tex b/docs/latex/wx/dataform.tex index 292c086835..a8df372afe 100644 --- a/docs/latex/wx/dataform.tex +++ b/docs/latex/wx/dataform.tex @@ -6,7 +6,7 @@ %% Created: 03.11.99 %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin -%% License: wxWindows license +%% License: wxWidgets license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxDataFormat}}\label{wxdataformat} @@ -29,6 +29,8 @@ functions taking a wxDataFormat argument sometimes} \twocolitem{wxDF\_BITMAP}{A bitmap (wxBitmap)} \twocolitem{wxDF\_METAFILE}{A metafile (wxMetafile, Windows only)} \twocolitem{wxDF\_FILENAME}{A list of filenames} +\twocolitem{wxDF\_HTML}{An HTML string. This is only valid when passed to wxSetClipboardData +when compiled with Visual C++ in non-Unicode mode} \end{twocollist} As mentioned above, these standard formats may be passed to any function taking @@ -85,13 +87,13 @@ Constructs a data format object for a custom format identified by its name \constfunc{bool}{operator $==$}{\param{const wxDataFormat\&}{ format}} -Returns TRUE if the formats are equal. +Returns true if the formats are equal. \membersection{wxDataFormat::operator $!=$}\label{wxdataformatoperatorneq} \constfunc{bool}{operator $!=$}{\param{const wxDataFormat\&}{ format}} -Returns TRUE if the formats are different. +Returns true if the formats are different. \membersection{wxDataFormat::GetId}\label{wxdataformatgetid}