home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Application.h>
-
- @interface BusyBoxApp:Application
- {
- id helpObject; /* Object that handles help requests */
- id infoPanel; /* The Info... panel */
- id prefPanel; /* The Preferences panel */
- }
-
- /* TARGET/ACTION METHODS */
- - info:sender;
- - preferences:sender;
-
- /* OVERRIDDEN FROM APPLICATION */
- - appDidInit:sender;
- - sendEvent:(NXEvent *)theEvent;
-
- @end
-