home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface Controller:Object
- {
- id infoPanel;
- id infoPanel2;
- id niftyView;
- }
-
- - infoPanel; // return the infoPanel, load it if needed.
- - info:sender; // Info... menu item sends this message. Brings up the panel.
-
- - infoPanel2; // return the infoPanel, load it if needed.
- - info2:sender; // Info... menu item sends this message. Brings up the panel.
-
- @end
-