Re: Drag and Drop
Re: Drag and Drop
- Subject: Re: Drag and Drop
- From: Thomas Harrington <email@hidden>
- Date: Thu, 4 Jul 2002 15:15:37 -0600
On Wednesday, July 3, 2002, at 06:09 PM, David H wrote:
Hi everyone, a quick question - Is it possible to drag-n-drop objects
of custom classes that I created, or am I stuck with using the
predefined types such as NSStringPboardType?
You can dragon drop anything you want as long as the receiver knows what
to do with the data. The predefined types are just NSStrings, so you
can create your own using your own NSString.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.