home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Screen.preferences / German.lproj / Screen.nib / data.classes next >
Text File  |  1994-08-09  |  1KB  |  47 lines

  1. Layout = {SUPERCLASS = Object; };
  2. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  3. Beeper = {
  4.     ACTIONS = {
  5.         "beep:" = "beep:"; 
  6.     "options:" = "options:"; 
  7.     "revertLayout:" = "revertLayout:"; 
  8.     "writeLayout:" = "writeLayout:"; 
  9.     }; 
  10.     OUTLETS = {
  11.         screenGizmo = screenGizmo; 
  12.     screenScroll = screenScroll; 
  13.     screenType = screenType; 
  14.     whForm = whForm; 
  15.     window = window; 
  16.     xyForm = xyForm; 
  17.     }; 
  18.     SUPERCLASS = Application; 
  19. };
  20. MyBeeper = {SUPERCLASS = Beeper; };
  21. ScreenControl = {ACTIONS = {"options:" = "options:"; }; SUPERCLASS = Control; };
  22. Screen = {
  23.     ACTIONS = {
  24.         "locate:" = "locate:"; 
  25.     "remove:" = "remove:"; 
  26.     "revert:" = "revert:"; 
  27.     "screenPicked:" = "screenPicked:"; 
  28.     "set:" = "set:"; 
  29.     "turnOnOff:" = "turnOnOff:"; 
  30.     }; 
  31.     OUTLETS = {
  32.         alertText = alertText; 
  33.     onOffMatrix = onOffMatrix; 
  34.     removeButton = removeButton; 
  35.     revertButton = revertButton; 
  36.     screenGizmo = screenGizmo; 
  37.     screenScroll = screenScroll; 
  38.     screenStrings = screenStrings; 
  39.     screenType = screenType; 
  40.     setButton = setButton; 
  41.     whForm = whForm; 
  42.     window = window; 
  43.     xyForm = xyForm; 
  44.     }; 
  45.     SUPERCLASS = Layout; 
  46. };
  47.