Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Drag and drop on Mac OS X Cocoa

Hi all,

I played around with code for interacting with the system clipboard
(https://bugs.eclipse.org/bugs/attachment.cgi?id=84129) and I'm
wondering how to make it into a cocoa version in SWT. I'm guessing
that there should be a new source folder created:

org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/ (with
org/eclipse/swt/dnd/ package underneath)

I'm also assuming that there needs to be a mod to the .classpath_cocoa
to point to that (but I can do that for testing easily enough). What
do I need to do to start this off? Just take a copy of the carbon/ one
and start figuring out what doesn't work?

Alex


Back to the top