]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/os2/dataobj.h
2f6ed49da540b96219ff5a26af984f839f092014
1 ///////////////////////////////////////////////////////////////////////////////
3 // Purpose: declaration of the wxDataObject
4 // Author: David Webster (adapted from Robert Roebling's gtk port)
8 // Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_GTK_DATAOBJ_H_
13 #define _WX_GTK_DATAOBJ_H_
16 #pragma interface "dataobj.h"
19 // ----------------------------------------------------------------------------
20 // wxDataObject is the same as wxDataObjectBase under wxGTK
21 // ----------------------------------------------------------------------------
23 class wxDataObject
: public wxDataObjectBase
28 virtual bool IsSupportedFormat( const wxDataFormat
& format
, Direction dir
= Get
) const;
31 #endif // _WX_GTK_DATAOBJ_H_