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

  1. IBClassInspectorMask = {
  2.     OUTLETS = {
  3.     classInspector;
  4.     view;
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. IBInspector = {
  9.     ACTIONS = {
  10.     performClick:;
  11.     revert:;
  12.     ok:;
  13.     };
  14.     OUTLETS = {
  15.     window;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. IBClassInspector = {
  20.     ACTIONS = {
  21.     selectOutletBrowser:;
  22.     clickAction:;
  23.     addFrom:;
  24.     clickOutlet:;
  25.     renameFrom:;
  26.     selectActionBrowser:;
  27.     };
  28.     OUTLETS = {
  29.     outletButton;
  30.     actionButton;
  31.     actionBrowser;
  32.     classNameForm;
  33.     renameButton;
  34.     outletTitleField;
  35.     itemNameField;
  36.     actionTitleField;
  37.     outletBrowser;
  38.     addButton;
  39.     };
  40.     SUPERCLASS = IBInspector;
  41. };
  42. FirstResponder = {
  43.     ACTIONS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47.