home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / PaletteZoomTrinkets.nib / data.classes next >
Text File  |  1993-06-16  |  1KB  |  65 lines

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