This is DragView.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @class BibliographicFile; @interface DragView:View { id anImage; id anImageH; id anImageMulti; id anImageMultiH; id theImage; // image to be shown id theObject; id theCell; id shelf; id preferences; int theType; int oldMask; char *fileName; BOOL isSelected; NXEvent savedEvent; NXStream *dragStream; //NXAtom MyListPboardType; } - (void) setFilename:(const char *)fName; - (void) setList:(List *)aList; - getList; - (unsigned int) count; - copyCitation:sender; - (void) setTextObject:(Text *)aText; - (void) setFileObject:(BibliographicFile *)aFile; - (char *) fileName; - (void) clear; - free; - unregister; - (int)tag; - setShelf:(View *)theShelf; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.