home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / HelpPanelControl.h < prev    next >
Encoding:
Text File  |  1996-02-19  |  206 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface HelpPanelControl:Object
  5. {
  6.     id    helpPanel;
  7.     id    helpText;
  8.     id    bundle;
  9.     int    curtag;
  10. }
  11.  
  12. - makeKeyAndOrderFront:sender;
  13. - selectHelp:sender;
  14. - readHelp: (int) helpid;
  15.  
  16. @end
  17.