]> git.saurik.com Git - wxWidgets.git/blame - include/wx/motif/dataobj.h
fixes to handling of the 7 bit ASCII encoding
[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
JS
4// Author: Julian Smart
5// RCS-ID: $Id$
6// Copyright: (c) 1998 Julian Smart
7// Licence: wxWindows licence
8///////////////////////////////////////////////////////////////////////////////
9
12db77ca
VZ
10#ifndef _WX_MOTIF_DATAOBJ_H_
11#define _WX_MOTIF_DATAOBJ_H_
dc63c944
JS
12
13#ifdef __GNUG__
12db77ca 14 #pragma interface "dataobj.h"
dc63c944
JS
15#endif
16
12db77ca
VZ
17// ----------------------------------------------------------------------------
18// wxDataObject is the same as wxDataObjectBase under wxMotif
19// ----------------------------------------------------------------------------
dc63c944 20
12db77ca 21class wxDataObject : public wxDataObjectBase
dc63c944 22{
f11bdd03
GD
23 public:
24#ifdef __DARWIN__
25 ~wxDataObject() { }
26#endif
dc63c944
JS
27};
28
12db77ca 29#endif //_WX_MOTIF_DATAOBJ_H_
dc63c944 30