ftp.nice.ch/pub/next/graphics/vector/PencilTWO.s.tar.gz#/PencilTWO/Source/GUI_view.h

This is GUI_view.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface GUI_view: View
{
	id myGUIObject;
	char *name;
	int dragging, dragsource;
}
- setTheObject: (id)to;
- setVarName: (char *)myname;
- setDragging:(int)flag;
- setDragSource:(int)flag;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.