]> git.saurik.com Git - wxWidgets.git/blame - include/wx/x11/dataobj.h
[ 1541434 ] wxListView::IsSelected should be const
[wxWidgets.git] / include / wx / x11 / dataobj.h
CommitLineData
83df96d6
JS
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/motif/dataobj.h
3// Purpose: declaration of the wxDataObject class for Motif
4// Author: Julian Smart
5// RCS-ID: $Id$
9691c806 6// Copyright: (c) 1998 Robert Roebling
65571936 7// Licence: wxWindows licence
83df96d6
JS
8///////////////////////////////////////////////////////////////////////////////
9
9691c806
RR
10#ifndef _WX_X11_DATAOBJ_H_
11#define _WX_X11_DATAOBJ_H_
83df96d6 12
83df96d6
JS
13// ----------------------------------------------------------------------------
14// wxDataObject is the same as wxDataObjectBase under wxMotif
15// ----------------------------------------------------------------------------
16
968eb2ef 17class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
83df96d6
JS
18{
19public:
9691c806
RR
20 wxDataObject();
21
83df96d6 22#ifdef __DARWIN__
d3c7fc99 23 virtual ~wxDataObject() { }
83df96d6 24#endif
9691c806
RR
25
26 virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;
83df96d6
JS
27};
28
9691c806 29#endif //_WX_X11_DATAOBJ_H_
83df96d6 30