home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / WindowDepth.bproj / WindowDepth.preferences / English.lproj / WindowDepth.nib / data.classes next >
Encoding:
Text File  |  1997-11-10  |  1000 b   |  37 lines

  1. WindowDepth = {
  2.     ACTIONS = {
  3.     "itemSelected:" = "itemSelected:"; 
  4.     "rescanPrefs:" = "rescanPrefs:"; 
  5.     "setApp:" = "setApp:"; 
  6.     "setDefault:" = "setDefault:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     appRadio = appRadio; 
  10.     appSwitch = appSwitch; 
  11.     browser = browser; 
  12.     defaultRadio = defaultRadio; 
  13.     defaultSwitch = defaultSwitch; 
  14.     infoPanel = infoPanel; 
  15.     window = window; 
  16.     }; 
  17.     SUPERCLASS = Layout; 
  18. };
  19. MyNXBrowserCell = {SUPERCLASS = NXBrowserCell; };
  20. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  21. Clock = {
  22.     ACTIONS = {
  23.     "decreaseDay:" = "decreaseDay:"; 
  24.     "decreaseHour:" = "decreaseHour:"; 
  25.     "decreaseMinute:" = "decreaseMinute:"; 
  26.     "decreaseSecond:" = "decreaseSecond:"; 
  27.     "increaseDay:" = "increaseDay:"; 
  28.     "increaseHour:" = "increaseHour:"; 
  29.     "increaseMinute:" = "increaseMinute:"; 
  30.     "increaseSecond:" = "increaseSecond:"; 
  31.     "startClock:" = "startClock:"; 
  32.     "stopClock:" = "stopClock:"; 
  33.     }; 
  34.     SUPERCLASS = View; 
  35. };
  36. Layout = {OUTLETS = {view = view; }; SUPERCLASS = Object; };
  37.