]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dataform.tex
Typo correction
[wxWidgets.git] / docs / latex / wx / dataform.tex
index 292c086835c72856acff686d70dc3f152fd97b8a..e4c7a565dc0027c183ea4ffb94ae88b58acc582f 100644 (file)
@@ -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
@@ -60,6 +62,10 @@ None
 \helpref{DnD sample}{samplednd}, 
 \helpref{wxDataObject}{wxdataobject}
 
+\wxheading{Include files}
+
+<wx/dataobj.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxDataFormat::wxDataFormat}\label{wxdataformatwxdataformatdef}
@@ -85,13 +91,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}