home *** CD-ROM | disk | FTP | other *** search
- #import <AppKit/AppKit.h>
-
- @interface MenuObject : NSObject
- {
- id ProfitWindow;
- id InfoPanel; // Used by InfoPanel.Subproject
- id MoreInfo; // Used by MoreInfo.Subproject
- }
-
-
- - (void)ShowInfoPanel:(id)sender; // Show the Info panel from the InfoPanel.Subproject
- - (void)ShowMoreInfo:(id)sender; // Show the More Info panel from the MoreInfo.Subproject
- - (void)HelpandIntro:(id)sender; // Show the HelpandIntro nib file
-
-
- @end
-