📄 dataobj.h
字号:
///////////////////////////////////////////////////////////////////////////////// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -