draggedImage:endedAt:operation:
draggedImage:endedAt:operation:
- Subject: draggedImage:endedAt:operation:
- From: Calum Robinson <email@hidden>
- Date: Wed, 26 Mar 2003 13:33:40 +0000
When draggedImage:endedAt:operation: is called with operation ==
NSDragOperationDelete, it is expected to delete the drag items from the
source. However, the arguments passed to this method don't inform the
receiver of the drag's contents.
Would the (id <NSDraggingInfo>) object associated with the drag not be
useful to pass to this function? That way, the drag pasteboard could be
queried for the items to delete from the drag source, without the drag
source having to store them by hand in an ivar.
Have I missed something in the docs?
Calum
_______________________________________________
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.