]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjcomp.tex
added wxWindow::AlwaysShowScrollbars() and its wxMac implementation
[wxWidgets.git] / docs / latex / wx / dobjcomp.tex
index 5797be2f7e50b038c4f69b918b1959b705c0b618..527a36e9b774b0c8c7c3d4bffdd7d7398760e63e 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     02.11.99
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
 %% Created:     02.11.99
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxDataObjectComposite}}\label{wxdataobjectcomposite}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxDataObjectComposite}}\label{wxdataobjectcomposite}
@@ -36,6 +36,10 @@ None, this class should be used directly.
 
 <wx/dataobj.h>
 
 
 <wx/dataobj.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
 \wxheading{See also}
 
 \helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
@@ -63,3 +67,12 @@ Adds the {\it dataObject} to the list of supported objects and it becomes the
 preferred object if {\it preferred} is true.
 
 
 preferred object if {\it preferred} is true.
 
 
+\membersection{wxDataObjectComposite::GetReceivedFormat}\label{wxdataobjectcompositegetreceivedformat}
+
+\constfunc{wxDataFormat}{GetReceivedFormat}{}
+
+Report the format passed to the SetData method.  This should be the
+format of the data object within the composite that recieved data from
+the clipboard or the DnD operation.  You can use this method to find
+out what kind of data object was recieved.
+