DragAttributes

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: Drag.h  

typedef UInt32 DragAttributes;
enum {
    kDragHasLeftSenderWindow = 1,
    kDragInsideSenderApplication = 2,
    kDragInsideSenderWindow = 4
};

© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)