ftp.nice.ch/pub/next/developer/objc/fromnext/MiniExamples.91.9.s.tar.gz#/MiniExamples/Winfo/WinApp.h

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

/*
 * Winfo
 * by Paul S. Kleppner
 *
 * This program may be freely distributed, but not sold.
 * It is provided without warranty of any kind, expressed or
 * implied, as to its fitness for any particular use.
 */

/*
 * WinApp.  We subclass the application object, to add a method
 * to return the context number (normally a hidden part
 * of the interface).
 */
#import <appkit/Application.h>

@interface WinApp:Application
- (int) contextNumber;
@end

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