home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Apps / InterfaceBuilder.app / resourceInspectors.bundle / English.lproj / ImageInspector.nib / data.classes next >
Encoding:
Text File  |  1991-12-11  |  320 b   |  26 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. IBImageInspector = {
  7.     OUTLETS = {
  8.     heightField;
  9.     widthField;
  10.     box;
  11.     iconButton;
  12.     };
  13.     SUPERCLASS = Inspector;
  14. };
  15. Inspector = {
  16.     ACTIONS = {
  17.     performClick:;
  18.     revert:;
  19.     ok:;
  20.     };
  21.     OUTLETS = {
  22.     window;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.