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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. DGPanelOwner = {
  7.     ACTIONS = {
  8.     orderFront:;
  9.     orderOut:;
  10.     makeKeyAndOrderFront:;
  11.     };
  12.     OUTLETS = {
  13.     panel;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. DGSelectionPanelOwner = {
  18.     ACTIONS = {
  19.     deselectGraphics:;
  20.     selectGraphics:;
  21.     setSelection:;
  22.     };
  23.     OUTLETS = {
  24.     shapeMatrix;
  25.     okButton;
  26.     view;
  27.     selectionMatrix;
  28.     };
  29.     SUPERCLASS = DGPanelOwner;
  30. };
  31.