Added wxClipboard and wxDataObject (and friends) declarations and stubs
authorDavid Elliott <dfe@tgwbd.org>
Mon, 28 Jul 2003 19:07:26 +0000 (19:07 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 28 Jul 2003 19:07:26 +0000 (19:07 +0000)
commit977ea6b6bfaa9ce2793e5ccfc82b611849b33553
treefe0c176aff9026067e23141f2a5885d30323f951
parent4a5f4703d905cc9e04584e66d7242528ed372c11
Added wxClipboard and wxDataObject (and friends) declarations and stubs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/clipbrd.h [new file with mode: 0644]
include/wx/cocoa/dataform.h [new file with mode: 0644]
include/wx/cocoa/dataobj.h [new file with mode: 0644]
include/wx/cocoa/dataobj2.h [new file with mode: 0644]
src/cocoa/clipbrd.mm [new file with mode: 0644]
src/cocoa/dataobj.mm [new file with mode: 0644]