X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c03648c25140e0286a47e32f93f1d2f1ad3011c3..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/latex/wx/dataform.tex diff --git a/docs/latex/wx/dataform.tex b/docs/latex/wx/dataform.tex index 9256dcefe0..292c086835 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 -%% Licence: wxWindows licence +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxDataFormat}}\label{wxdataformat} @@ -48,7 +48,7 @@ do clipboard format registration at this time will usually lead to a crash! \wxheading{Virtual functions to override} -None, this class doesn't have any. +None \wxheading{Derived from} @@ -70,6 +70,8 @@ Constructs a data format object for one of the standard data formats or an empty data object (use \helpref{SetType}{wxdataformatsettype} or \helpref{SetId}{wxdataformatsetid} later in this case) +\perlnote{In wxPerl this function is named {\tt newNative}.} + \membersection{wxDataFormat::wxDataFormat}\label{wxdataformatwxdataformat} \func{}{wxDataFormat}{\param{const wxChar }{*format}} @@ -77,6 +79,8 @@ empty data object (use \helpref{SetType}{wxdataformatsettype} or Constructs a data format object for a custom format identified by its name {\it format}. +\perlnote{In wxPerl this function is named {\tt newUser}.} + \membersection{wxDataFormat::operator $==$}\label{wxdataformatoperatoreq} \constfunc{bool}{operator $==$}{\param{const wxDataFormat\&}{ format}} @@ -112,4 +116,5 @@ Sets the format to be the custom format identified by the given name. \func{void}{SetType}{\param{NativeFormat}{ format}} -Sets the format to the given value which should be one of wxDF\_XXX constants. +Sets the format to the given value, which should be one of wxDF\_XXX constants. +