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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     openImage:;
  10.     openPhotoCD:;
  11.     openInspectorPanel:;
  12.     setPreferences:;
  13.     setGammaCorrection:;
  14.     openInfoPanel:;
  15.     };
  16.     OUTLETS = {
  17.     infoAppVersion;
  18.     gammaSlider;
  19.     inspector;
  20.     gammaText;
  21.     infoToolkitVersion;
  22.     exportedSizePref;
  23.     imageSizePref;
  24.     infoPanel;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.