home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / Modes.nib / data.classes < prev    next >
Text File  |  1993-03-01  |  699b  |  44 lines

  1. DGModeRuler = {
  2.     ACTIONS = {
  3.     orderFrontAlignmentPanel:;
  4.     italic:;
  5.     orderFrontInspectorPanel:;
  6.     orderFrontHelpPanel:;
  7.     bold:;
  8.     orderFrontFindPanel:;
  9.     orderFrontSelectionPanel:;
  10.     orderFrontLinkPanel:;
  11.     orderFrontColorPanel:;
  12.     orderFrontGridPanel:;
  13.     changeMode:;
  14.     orderFrontPageLayoutPanel:;
  15.     orderFrontPalettes:;
  16.     orderFrontFontPanel:;
  17.     orderFrontSpellChecker:;
  18.     };
  19.     OUTLETS = {
  20.     toolMatrix;
  21.     modeBox;
  22.     scrollView;
  23.     horizontalRuler;
  24.     alignMatrix;
  25.     };
  26.     SUPERCLASS = View;
  27. };
  28. DGStickyMatrix = {
  29.     ACTIONS = {
  30.     };
  31.     OUTLETS = {
  32.     };
  33.     SUPERCLASS = Matrix;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     sendToBack:;
  38.     unlock:;
  39.     lock:;
  40.     bringToFront:;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44.