ftp.nice.ch/pub/next/unix/developer/oobr.2.8.6.tar.gz#/oobr/tree-nx/TreeController.h

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

#import <appkit/appkit.h>

@interface TreeController:Object
{
    id	treeView;
    id  infoPanel;
    int nextX, nextY;
    BOOL first;
}

- init;
- info:sender;
- open:sender;
- (BOOL)openFile:(const char *)name;

/* Application delegate methods */

- appDidInit:(Application *)sender;
- (int)app:sender openFile:(const char *)file type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;

@end

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