Annotation of Examples/AppKit/BusyBox/BusyBoxApp.h, revision 1.1

1.1     ! root        1: #import <appkit/Application.h>
        !             2: 
        !             3: @interface BusyBoxApp:Application
        !             4: {
        !             5:     id helpObject;                     /* Object that handles help requests */
        !             6:     id infoPanel;                      /* The Info... panel */
        !             7:     id prefPanel;                      /* The Preferences panel */
        !             8: }
        !             9: 
        !            10: /* TARGET/ACTION METHODS */
        !            11: - info:sender;
        !            12: - preferences:sender;
        !            13: 
        !            14: /* OVERRIDDEN FROM APPLICATION */
        !            15: - appDidInit:sender;
        !            16: - sendEvent:(NXEvent *)theEvent;
        !            17: 
        !            18: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.