home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Preferences.app / Screen.preferences / German.lproj / Screen.nib / data.classes next >
Encoding:
Text File  |  1996-03-28  |  1.1 KB  |  47 lines

  1. MyBeeper = {SUPERCLASS = Beeper; };
  2. ScreenControl = {ACTIONS = {"options:" = "options:"; }; SUPERCLASS = Control; };
  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. Layout = {SUPERCLASS = Object; };
  21. Screen = {
  22.     ACTIONS = {
  23.     "locate:" = "locate:"; 
  24.     "remove:" = "remove:"; 
  25.     "revert:" = "revert:"; 
  26.     "screenPicked:" = "screenPicked:"; 
  27.     "set:" = "set:"; 
  28.     "turnOnOff:" = "turnOnOff:"; 
  29.     }; 
  30.     OUTLETS = {
  31.     alertText = alertText; 
  32.     onOffMatrix = onOffMatrix; 
  33.     removeButton = removeButton; 
  34.     revertButton = revertButton; 
  35.     screenGizmo = screenGizmo; 
  36.     screenScroll = screenScroll; 
  37.     screenStrings = screenStrings; 
  38.     screenType = screenType; 
  39.     setButton = setButton; 
  40.     whForm = whForm; 
  41.     window = window; 
  42.     xyForm = xyForm; 
  43.     }; 
  44.     SUPERCLASS = Layout; 
  45. };
  46. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  47.