home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Keyboard.preferences / German.lproj / KeyboardPanel.nib / data.classes < prev    next >
Text File  |  1994-08-08  |  655b  |  18 lines

  1. FirstResponder = {
  2.     ACTIONS = {"orderFrontNXColorPanel:" = "orderFrontNXColorPanel:"; }; 
  3.     SUPERCLASS = Object; 
  4. };
  5. KeyboardControl = {SUPERCLASS = Control; };
  6. KeyboardText = {
  7.     ACTIONS = {"keyPushed:" = "keyPushed:"; }; 
  8.     OUTLETS = {keyboardControl = keyboardControl; }; 
  9.     SUPERCLASS = TextField; 
  10. };
  11. KeyboardWindow = {SUPERCLASS = Window; };
  12. NXKeyboardView = {ACTIONS = {}; OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  13. Keyboard = {
  14.     ACTIONS = {"keyPushed:" = "keyPushed:"; "setFont:" = "setFont:"; }; 
  15.     OUTLETS = {keyControl = keyControl; keyText = keyText; keymapWindow = keymapWindow; }; 
  16.     SUPERCLASS = Object; 
  17. };
  18.