home *** CD-ROM | disk | FTP | other *** search
-
- /* MyApp.h */
-
- #import <appkit/Application.h>
-
- @interface MyApp:Application
- {
- }
-
- /* factory methods */
- + new;
-
- /* class methods */
- - createDockWindows:(int *)minX :(int *)minY :(int *)maxX :(int *)maxY;
- - bitmapFor:(char *)appFileName;
- - newIconWindowFor:bitmap :(int)xCoord :(int)yCoord :(char *)applicationName;
- - (char *)stringFromStream:(NXStream *)fileStream ok:(int *)success;
-
- /* delegation methods */
- - appDidInit:sender;
-
- @end
-