ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/examples/FileViewer/BrowserDelegate.h

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

#ifndef _BrowserDelegate_h_
#define _BrowserDelegate_h_

#include <objc/Object.h>

@interface BrowserDelegate:Object
{
    char    *dirpath;
}

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

@end

#endif /* _BrowserDelegate_h_ */

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