home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Sampler.app / Resources / English.lproj / NSOpenProcessPanel.nib / data.classes next >
Text File  |  1996-07-07  |  665b  |  25 lines

  1. "FirstResponder" = {ACTIONS = ("performResize:"); SUPERCLASS = NSObject; };
  2. "NSProcessView" = {
  3.     ACTIONS = ("update:"); 
  4.     OUTLETS = (procs, iconMatrix, iconScroller, speaker); 
  5.     SUPERCLASS = NSView; 
  6. };
  7. "SavePanel" = {
  8.     ACTIONS = ("cancel:", "_formHit:", "_itemHit:", "ok:", "performResize:"); 
  9.     OUTLETS = (browser, separator, form, iconButton, line, okButton); 
  10.     SUPERCLASS = NSWindow; 
  11. };
  12. "NSOpenProcessPanel" = {
  13.     ACTIONS = ("cancel:", "processViewDoubleClick:", "ok:", "processViewClick:"); 
  14.     OUTLETS = (
  15.     processView, 
  16.     panel, 
  17.     pidFormCell, 
  18.     cancelButton, 
  19.     iconButton, 
  20.     okButton, 
  21.     nameFormCell
  22.     ); 
  23.     SUPERCLASS = Object; 
  24. };
  25.