This is FortuneApp.h in view mode; [Download] [Up]
/* FortuneApp.h
* Version 1.0
* Chris Saldanha, March 1996
*/
#import <appkit/appkit.h>
@interface FortuneApp:Application
{
Text *myText;
Menu *myMenu;
Window *myWindow;
char *programLocation;
}
- printFortune;
- anotherFortune:sender;
- copyFortune:sender;
- mouseDown:(NXEvent *)theEvent;
- init;
@end;These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.