home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / PhotoAlbum.app / English.lproj / PhotoAlbum.nib / data.classes next >
Text File  |  1993-03-17  |  527b  |  37 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     zoomIn:;
  4.     revertToBaseRes:;
  5.     saveImage:;
  6.     zoomOut:;
  7.     print:;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. PacScrollView = {
  12.     SUPERCLASS = ScrollView;
  13. };
  14. Controller = {
  15.     ACTIONS = {
  16.     appDidInit:;
  17.     openImage:;
  18.     openPhotoCD:;
  19.     openInspectorPanel:;
  20.     printPSCode:;
  21.     setGammaCorrection:;
  22.     openInfoPanel:;
  23.     setPreferences:;
  24.     };
  25.     OUTLETS = {
  26.     activeOverview;
  27.     activeImageView;
  28.     gammaSlider;
  29.     inspector;
  30.     gammaText;
  31.     exportedSizePref;
  32.     imageSizePref;
  33.     infoPanel;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.