This is TreeView.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface TreeView:View { id treeDiagram; id linePath; id scrollView; } - initFrame:(const NXRect *)frameRect; - free; - drawSelf:(const NXRect *)r :(int)count; - (void)posTree; - depthFirst:sender; - breadthFirst:sender; - open:sender; - save:sender; - openMMA:sender; - vertical:sender; - horizontal:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.