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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     orderFrontNXColorPanel:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. KeyboardControl = {
  8.     SUPERCLASS = Control;
  9. };
  10. KeyboardText = {
  11.     ACTIONS = {
  12.     keyPushed:;
  13.     };
  14.     OUTLETS = {
  15.     keyboardControl;
  16.     };
  17.     SUPERCLASS = TextField;
  18. };
  19. KeyboardWindow = {
  20.     SUPERCLASS = Window;
  21. };
  22. NXKeyboardView = {
  23.     ACTIONS = {
  24.     };
  25.     OUTLETS = {
  26.     delegate;
  27.     };
  28.     SUPERCLASS = View;
  29. };
  30. Keyboard = {
  31.     ACTIONS = {
  32.     setFont:;
  33.     keyPushed:;
  34.     };
  35.     OUTLETS = {
  36.     keymapWindow;
  37.     keyControl;
  38.     keyText;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.