1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/motif/dataobj.h
3 // Purpose: declaration of the wxDataObject class for Motif
4 // Author: Julian Smart
5 // Copyright: (c) 1998 Julian Smart
6 // Licence: wxWindows licence
7 ///////////////////////////////////////////////////////////////////////////////
9 #ifndef _WX_MOTIF_DATAOBJ_H_
10 #define _WX_MOTIF_DATAOBJ_H_
12 // ----------------------------------------------------------------------------
13 // wxDataObject is the same as wxDataObjectBase under wxMotif
14 // ----------------------------------------------------------------------------
16 class WXDLLIMPEXP_CORE wxDataObject
: public wxDataObjectBase
19 virtual ~wxDataObject();
22 #endif //_WX_MOTIF_DATAOBJ_H_