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

  1. DGZoomScrollView = {
  2.     ACTIONS = {
  3.     orderFrontPalettePanel:;
  4.     zoomFitAll:;
  5.     pause:;
  6.     zoomOut:;
  7.     zoomIn:;
  8.     orderFrontInspectorPanel:;
  9.     stop:;
  10.     zoomMode:;
  11.     setSlideNumber:;
  12.     zoom:;
  13.     play:;
  14.     zoomPanel:;
  15.     };
  16.     OUTLETS = {
  17.     verticalTrinketsBox;
  18.     trinketsBox;
  19.     inspectorButton;
  20.     slideNumberForm;
  21.     pauseButton;
  22.     paletteButton;
  23.     zoomButton;
  24.     playButton;
  25.     zoomModeButton;
  26.     stopButton;
  27.     };
  28.     SUPERCLASS = ScrollView;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     zoomIn:;
  33.     zoom:;
  34.     zoomOut:;
  35.     zoomMode:;
  36.     zoomFitAll:;
  37.     zoomPanel:;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. LSPanelController = {
  42.     ACTIONS = {
  43.     orderFrontLicensePanel:;
  44.     orderFrontInspectorPanel:;
  45.     orderFrontSuggestionPanel:;
  46.     orderFrontFindPanel:;
  47.     orderFrontAlignmentPanel:;
  48.     orderFrontPalettePanel:;
  49.     orderFrontPreferencesPanel:;
  50.     orderFrontInfoPanel:;
  51.     orderFrontPlayPanel:;
  52.     orderFrontHelpPanel:;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.