home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ManPagesFromHeaders / Source / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1993-05-11  |  499 b   |  35 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     launchOpenPanel:;
  4.     showPreferencePanel:;
  5.     setManPageDirectory:;
  6.     toggleEditDefault:;
  7.     };
  8.     OUTLETS = {
  9.     directoryForm;
  10.     autoEditLaunchSwitch;
  11.     inspectorPanel;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. Controller = {
  21.     ACTIONS = {
  22.     showInfoPanel:;
  23.     showPreferences:;
  24.     open:;
  25.     endAllWars:;
  26.     };
  27.     OUTLETS = {
  28.     preferences;
  29.     infoview;
  30.     headingNames;
  31.     openReq;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.