]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dataform.tex
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadi...
[wxWidgets.git] / docs / latex / wx / dataform.tex
index bf80cd95d033972fbe63b14274a99ada48726013..ec1cbef38e63f2580465044cecd25ad937f75858 100644 (file)
@@ -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}
@@ -62,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}
@@ -87,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}