ftp.nice.ch/pub/next/tools/dock/AltDock.I.bs.tar.gz#/AltDock/Source/MyApp.h

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

/* MyApp.h */

#import <appkit/Application.h>

@interface MyApp:Application
{
}

/* factory methods */
+ new;

/* class methods */
- createDockWindows:(int *)minX :(int *)minY :(int *)maxX :(int *)maxY;
- bitmapFor:(char *)appFileName;
- newIconWindowFor:bitmap :(int)xCoord :(int)yCoord :(char *)applicationName;
- (char *)stringFromStream:(NXStream *)fileStream ok:(int *)success;

/* delegation methods */
- appDidInit:sender;

@end

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