home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Preferences.app / Localization.preferences / Swedish.lproj / KeyboardPanel.nib / data.classes next >
Encoding:
Text File  |  1996-03-28  |  655 b   |  18 lines

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