1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/dataobj.h
3 // Purpose: declaration of the wxDataObject
4 // Author: David Elliott <dfe@cox.net>
8 // Copyright: (c) 2003 David Elliott
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef __WX_COCOA_DATAOBJ_H__
13 #define __WX_COCOA_DATAOBJ_H__
15 class WXDLLIMPEXP_CORE wxDataObject
: public wxDataObjectBase
19 virtual ~wxDataObject();
20 virtual bool IsSupportedFormat(const wxDataFormat
& format
,
21 Direction dir
= Get
) const;
24 #endif // __WX_COCOA_DATAOBJ_H__