home *** CD-ROM | disk | FTP | other *** search
- /* Controller.h
- * Purpose: How to implement a normal browser.
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its fitness
- * for any particular use.
- *
- */
-
- #import <appkit/appkit.h>
-
- @interface Controller:Application
- {
- id myBrowser;
- }
-
- #define NUMROWS 30
- #define NUMCOLUMNS 2
-
- @end
-