]> git.saurik.com Git - wxWidgets.git/blame - include/wx/motif/dataobj.h
Partial fix for #15196: wxRichTextCell caret issues (dghart)
[wxWidgets.git] / include / wx / motif / dataobj.h
CommitLineData
dc63c944 1///////////////////////////////////////////////////////////////////////////////
12db77ca
VZ
2// Name: wx/motif/dataobj.h
3// Purpose: declaration of the wxDataObject class for Motif
dc63c944 4// Author: Julian Smart
dc63c944 5// Copyright: (c) 1998 Julian Smart
65571936 6// Licence: wxWindows licence
dc63c944
JS
7///////////////////////////////////////////////////////////////////////////////
8
12db77ca
VZ
9#ifndef _WX_MOTIF_DATAOBJ_H_
10#define _WX_MOTIF_DATAOBJ_H_
dc63c944 11
12db77ca
VZ
12// ----------------------------------------------------------------------------
13// wxDataObject is the same as wxDataObjectBase under wxMotif
14// ----------------------------------------------------------------------------
dc63c944 15
94c7b088 16class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
dc63c944 17{
83df96d6 18public:
1eaf587e 19 virtual ~wxDataObject();
dc63c944
JS
20};
21
12db77ca 22#endif //_WX_MOTIF_DATAOBJ_H_
dc63c944 23