]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mac/carbon/dataobj.h
1 ///////////////////////////////////////////////////////////////////////////////
3 // Purpose: declaration of the wxDataObject
4 // Author: Stefan Csomor (adapted from Robert Roebling's gtk port)
8 // Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_MAC_DATAOBJ_H_
13 #define _WX_MAC_DATAOBJ_H_
15 // ----------------------------------------------------------------------------
16 // wxDataObject is the same as wxDataObjectBase under wxGTK
17 // ----------------------------------------------------------------------------
19 class WXDLLEXPORT wxDataObject
: public wxDataObjectBase
27 virtual bool IsSupportedFormat( const wxDataFormat
& format
, Direction dir
= Get
) const;
30 #endif // _WX_MAC_DATAOBJ_H_