home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / macroEditor.nib / data.classes next >
Text File  |  1994-10-03  |  500b  |  39 lines

  1. MacroEditor = {
  2.     ACTIONS = {
  3.     show:;
  4.     };
  5.     OUTLETS = {
  6.     myWindow;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. MacroWindow = {
  16.     ACTIONS = {
  17.     checkSyntax:;
  18.     loadFunctions:;
  19.     runMacro:;
  20.     };
  21.     OUTLETS = {
  22.     windowText;
  23.     macroScrollView;
  24.     inspector;
  25.     runButton;
  26.     functionButton;
  27.     syntaxButton;
  28.     docObject;
  29.     };
  30.     SUPERCLASS = Window;
  31. };
  32. LTEmacsText = {
  33.     ACTIONS = {
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = Text;
  38. };
  39.