ftp.nice.ch/pub/next/science/mathematics/TotalChaos.1.0.s.tar.gz#/TotalChaos/chaosStorage.h

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

/* Generated by Interface Builder */

#import <appkit/Application.h>
#import <appkit/defaults.h>
#import <objc/Storage.h>
#import <appkit/Menu.h>
#import <appkit/Button.h>
#import <appkit/PopUpList.h>
#import <stdlib.h>				/* for getenv() */
#import <strings.h>				/* for index() */
#import <sys/file.h>			/* for access() */
#import <sys/param.h>			/* for MAXPATHLEN */
#import <libc.h>
#import <sys/dir.h>				/* for opendir(), etc. */

#define VIEWDIRECTORY	"/LocalLibrary/BackSpaceViews"

@interface chaosStorage:Storage
{
    id	chaosMenu;
    //id 	chaosList;
}

- chaosSelect:sender;
- chaosLoad:sender;
- loadViewsFrom: (const char *) dirname;
- accessViewList: sender;

@end

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