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