home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / InterfaceBuilder.app / sizeInspectors.bundle / English.lproj / WindowSizeInspector.nib / data.classes next >
Text File  |  1992-02-05  |  605b  |  44 lines

  1. IBWindowSizeInspector = {
  2.     ACTIONS = {
  3.     currentSizeToMinSize:;
  4.     setOriginUpperRight:;
  5.     setMinSizeFrom:;
  6.     toggleSwitch:;
  7.     setOriginLowerLeft:;
  8.     setOriginUpperLeft:;
  9.     setOriginLowerRight:;
  10.     };
  11.     OUTLETS = {
  12.     originForm;
  13.     minYSwitch;
  14.     minSizeForm;
  15.     sizeForm;
  16.     minXSwitch;
  17.     maxXSwitch;
  18.     maxYSwitch;
  19.     };
  20.     SUPERCLASS = Inspector;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. Inspector = {
  28.     ACTIONS = {
  29.     revert:;
  30.     performClick:;
  31.     ok:;
  32.     };
  33.     OUTLETS = {
  34.     owner;
  35.     window;
  36.     revertButton;
  37.     object;
  38.     okButton;
  39.     controller;
  40.     editor;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44.