home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / InterfaceBuilder.app / ScrollView.bundle / English.lproj / ScrollTextInspector.nib / data.classes next >
Encoding:
Text File  |  1992-02-24  |  450 b   |  35 lines

  1. IBScrollTextInspector = {
  2.     ACTIONS = {
  3.     setEditableFrom:;
  4.     };
  5.     OUTLETS = {
  6.     optionMatrix;
  7.     textGrayMatrix;
  8.     borderMatrix;
  9.     backGrayMatrix;
  10.     };
  11.     SUPERCLASS = Inspector;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. Inspector = {
  19.     ACTIONS = {
  20.     performClick:;
  21.     revert:;
  22.     ok:;
  23.     };
  24.     OUTLETS = {
  25.     owner;
  26.     window;
  27.     revertButton;
  28.     okButton;
  29.     object;
  30.     controller;
  31.     editor;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.