ftp.nice.ch/pub/next/connectivity/infosystems/Tree.0.5.N.b.tar.gz#/treeobj/TreeCoord.h

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

/* TreeCoord.h  Copyright 1992  Steve Ludtke  All Rights Reserved */

#import <objc/Object.h>
#import "gopher.h"

@interface TreeCoord:Object
{
    id                  object; /* points back to the GopherObj */

}

/* required methods */
    - start:(Root *) top :Pobject :(char *)path;
    -(char *)help:window :browser;
    -setCoord:(Branch *) branch;
    -preferences:sender;

    @end

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