NSDraggingInfo - > DragRef?
NSDraggingInfo - > DragRef?
- Subject: NSDraggingInfo - > DragRef?
- From: Steve Gehrman <email@hidden>
- Date: Fri, 29 Aug 2003 20:19:35 -0700
Is there any secret hack to get a DragRef from a NSDraggingInfo?
I need to call this stuff..
SetStandardDropLocation(dragRef, kDragStandardDropLocationTrash);
SetDragDropAction(dragRef, kDragActionDelete);
Since Cocoa drag and drop is still limited, I have to use these carbon
calls.
I have a Carbon implementation, but it crashes too much.
-steve
_______________________________________________
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.