home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / Functions.nib / data.classes next >
Text File  |  1994-09-23  |  557b  |  42 lines

  1. FunctionPanel = {
  2.     ACTIONS = {
  3.     doHelp:;
  4.     doInsert:;
  5.     doInsertArgs:;
  6.     };
  7.     OUTLETS = {
  8.     descripField;
  9.     nameField;
  10.     browserMain;
  11.     insertArgsButton;
  12.     insertButton;
  13.     helpButton;
  14.     browserSecond;
  15.     };
  16.     SUPERCLASS = Panel;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. BrowserView = {
  24.     ACTIONS = {
  25.     scrollDown:;
  26.     scrollUp:;
  27.     };
  28.     OUTLETS = {
  29.     downButton;
  30.     titleField;
  31.     scrollView;
  32.     upButton;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36. FullImpactApp = {
  37.     OUTLETS = {
  38.     functionPanel;
  39.     };
  40.     SUPERCLASS = Application;
  41. };
  42.