dataobj.h
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· C头文件 代码 · 共 32 行
H
32 行
///////////////////////////////////////////////////////////////////////////////// Name: mac/dataobj.h// Purpose: declaration of the wxDataObject// Author: Stefan Csomor (adapted from Robert Roebling's gtk port)// Modified by:// Created: 10/21/99// RCS-ID: $Id: dataobj.h,v 1.5 2006/09/05 20:45:58 VZ Exp $// Copyright: (c) 1998, 1999 Vadim Zeitlin, Robert Roebling// Licence: wxWindows licence///////////////////////////////////////////////////////////////////////////////#ifndef _WX_MAC_DATAOBJ_H_#define _WX_MAC_DATAOBJ_H_// ----------------------------------------------------------------------------// wxDataObject is the same as wxDataObjectBase under wxGTK// ----------------------------------------------------------------------------class WXDLLEXPORT wxDataObject : public wxDataObjectBase{public: wxDataObject();#ifdef __DARWIN__ virtual ~wxDataObject() { }#endif virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;};#endif // _WX_MAC_DATAOBJ_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?