home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / GnuTerm_1.1a / Source / NeXT / gnuviewController.h < prev    next >
Encoding:
Text File  |  1995-07-19  |  283 b   |  23 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface gnuviewController:Object
  5. {
  6.     id window;
  7.     id gnuView;
  8.     id activateButton;
  9.     id controller;
  10. }
  11.  
  12.  
  13. - window;
  14. - windowWillClose:sender;
  15. - windowDidBecomeMain:sender;
  16. - gnuView;
  17. - activatePushed:sender;
  18. - deactivate:sender;
  19. - activate:sender;
  20.  
  21.  
  22. @end
  23.