home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / HelpPanel.nib / data.classes next >
Encoding:
Text File  |  1994-05-29  |  245 b   |  19 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     showInfoPanel:;
  9.     closeFile:;
  10.     openNewFile:;
  11.     showHelpPanel:;
  12.     };
  13.     OUTLETS = {
  14.     infoPanel;
  15.     helpPanel;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19.