This is myApp.h in view mode; [Download] [Up]
/* MyApp.h */
#import <appkit/Application.h>
#import <appkit/Window.h>
#import <appkit/NXImage.h>
#import "IconView.h"
#import "structs.h"
#import <appkit/graphics.h>
#import <dpsclient/psops.h>
#import <dpsclient/wraps.h>
#import <libc.h>
#import <strings.h>
int nextX, nextY;
struct record *users, *last;
NXStream *utmpFile;
id c_self;
@interface myApp:Application
{
id icon; /* Pointer to Icon View */
id iconWindow; /* Pointer to Icon Window */
}
-init;
-newIconUser: (const char *)name tty: (const char *)ttystr xcoord: (float)x ycoord: (float)y;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.