]> git.saurik.com Git - wxWidgets.git/blame - include/wx/motif/dataobj.h
added cw6 fixes and patrick's patches
[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{
dc63c944
JS
23};
24
12db77ca 25#endif //_WX_MOTIF_DATAOBJ_H_
dc63c944 26