home *** CD-ROM | disk | FTP | other *** search
- /*
- * 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
-