This is Myapp.h in view mode; [Download] [Up]
#import <appkit/Application.h>
// Myapp.h
//
// Written by Vince DeMarco
// demarco@cpsc.ucalgary.ca
//
// This program is In the Public Domain. If you make any improvements to this
// program please let me know
@interface Myapp:Application
{
id openpanel;
}
+ new;
- (int)appOpenFile:(const char *)fullPath type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;
- openfile:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.