The NSWindow
class defines some methods for image dragging, in case the user wants to drag an object into or out of a window. Although most dragging operations are initiated by and occur between view objects, the NSWindow
class also defines an image-dragging method, dragImage:at:offset:event:pasteboard:source:slideBack:
. A window can also serve as the destination for dragging operations, registering the types it accepts with registerForDraggedTypes:
and unregisterDraggedTypes
.
© 2002, 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)