home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Resources / German.lproj / NXHelpLinkInspector.nib / data.classes next >
Text File  |  1994-08-10  |  654b  |  22 lines

  1. NXHelpLinkInspector = {
  2.     ACTIONS = {"ok:" = "(id)(id)"; "set:" = "(id)(id)"; "stateChanged:" = "(id)(id)"; }; 
  3.     OUTLETS = {
  4.         linkFilenameField = linkFilenameField; 
  5.     linkMarkernameField = linkMarkernameField; 
  6.     openInNewWinBox = openInNewWinBox; 
  7.     setButton = setButton; 
  8.     }; 
  9.     SUPERCLASS = NXHelpMarkerInspector; 
  10. };
  11. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  12. NXHelpMarkerInspector = {
  13.     ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; }; 
  14.     OUTLETS = {
  15.         cancelButton = cancelButton; 
  16.     markernameField = markernameField; 
  17.     okButton = okButton; 
  18.     }; 
  19.     SUPERCLASS = Panel; 
  20. };
  21. LinkCell = {SUPERCLASS = Cell; };
  22.