dataobj.h
来自「wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.」· C头文件 代码 · 共 28 行
H
28 行
///////////////////////////////////////////////////////////////////////////////// Name: gtk/dataobj.h// Purpose: declaration of the wxDataObject// Author: Robert Roebling// RCS-ID: $Id: dataobj.h,v 1.26 2005/09/23 12:49:15 MR Exp $// Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling// Licence: wxWindows licence///////////////////////////////////////////////////////////////////////////////#ifndef _WX_GTK_DATAOBJ_H_#define _WX_GTK_DATAOBJ_H_// ----------------------------------------------------------------------------// wxDataObject is the same as wxDataObjectBase under wxGTK// ----------------------------------------------------------------------------class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase{public: wxDataObject(); virtual ~wxDataObject(); virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;};#endif // _WX_GTK_DATAOBJ_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?