ftp.nice.ch/pub/next/developer/objc/appkit/FileBrowser.1.0.s.tar.gz#/FileBrowser/Controller.h

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

#import <objc/Object.h>
#import <appkit/appkit.h>
#import <libc.h>
#import <sys/dir.h>
#import <sys/stat.h>
#import <sys/types.h>
#import <strings.h>

@interface Controller:Object
{
	id		curTextView;
	id		selTextView;
	id		browserView;
}

- init;

- appDidInit:sender;

- changeFile:sender;

- selectFile:sender;

- (int)browser:sender fillMatrix:matrix inColumn:(int)column;


@end

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