]> git.saurik.com Git - wxWidgets.git/blame - include/wx/motif/dataobj.h
use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL...
[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
65571936 7// Licence: wxWindows licence
dc63c944
JS
8///////////////////////////////////////////////////////////////////////////////
9
12db77ca
VZ
10#ifndef _WX_MOTIF_DATAOBJ_H_
11#define _WX_MOTIF_DATAOBJ_H_
dc63c944 12
12db77ca
VZ
13// ----------------------------------------------------------------------------
14// wxDataObject is the same as wxDataObjectBase under wxMotif
15// ----------------------------------------------------------------------------
dc63c944 16
94c7b088 17class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
dc63c944 18{
83df96d6 19public:
1eaf587e 20 virtual ~wxDataObject();
dc63c944
JS
21};
22
12db77ca 23#endif //_WX_MOTIF_DATAOBJ_H_
dc63c944 24