home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrivateFrameworks / DebugKit.framework / Versions / A / Resources / NSOpenProcessPanel.nib / data.classes next >
Encoding:
Text File  |  1995-03-21  |  667 b   |  25 lines

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