home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / InterfaceBuilder.app / helpInspector.bundle / English.lproj / IBHelpPanel.nib / data.classes next >
Encoding:
Text File  |  1992-03-18  |  559 b   |  42 lines

  1. IBHelpPanel = {
  2.     ACTIONS = {
  3.     removeMarker:;
  4.     insertMarker:;
  5.     attachOrDetach:;
  6.     };
  7.     OUTLETS = {
  8.     attachButton;
  9.     nameField;
  10.     infoBox;
  11.     findBox;
  12.     fileField;
  13.     findPopup;
  14.     insertButton;
  15.     removeButton;
  16.     infoField;
  17.     };
  18.     SUPERCLASS = NXHelpPanel;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. NXHelpPanel = {
  26.     ACTIONS = {
  27.     _clonePanel:;
  28.     _goToIndex:;
  29.     _backtrack:;
  30.     _find:;
  31.     };
  32.     OUTLETS = {
  33.     indexButton;
  34.     findField;
  35.     tocScrollView;
  36.     textScrollView;
  37.     findButton;
  38.     backtrackButton;
  39.     };
  40.     SUPERCLASS = Panel;
  41. };
  42.