Implemented a simple modality under X11.

Filled wxDataFormat and wxDataObject etc.
  Added skeleton for X11 clipboard.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-23 21:26:16 +00:00
parent 731db70980
commit 9691c806e6
16 changed files with 892 additions and 574 deletions

View File

@@ -3,12 +3,12 @@
// Purpose: declaration of the wxDataObject class for Motif
// Author: Julian Smart
// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MOTIF_DATAOBJ_H_
#define _WX_MOTIF_DATAOBJ_H_
#ifndef _WX_X11_DATAOBJ_H_
#define _WX_X11_DATAOBJ_H_
#ifdef __GNUG__
#pragma interface "dataobj.h"
@@ -21,10 +21,14 @@
class wxDataObject : public wxDataObjectBase
{
public:
wxDataObject();
#ifdef __DARWIN__
~wxDataObject() { }
#endif
virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;
};
#endif //_WX_MOTIF_DATAOBJ_H_
#endif //_WX_X11_DATAOBJ_H_