home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {"orderFrontNXColorPanel:" = "orderFrontNXColorPanel:"; };
- SUPERCLASS = Object;
- };
- KeyboardControl = {SUPERCLASS = Control; };
- KeyboardText = {
- ACTIONS = {"keyPushed:" = "keyPushed:"; };
- OUTLETS = {keyboardControl = keyboardControl; };
- SUPERCLASS = TextField;
- };
- KeyboardWindow = {SUPERCLASS = Window; };
- NXKeyboardView = {ACTIONS = {}; OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
- Keyboard = {
- ACTIONS = {"keyPushed:" = "keyPushed:"; "setFont:" = "setFont:"; };
- OUTLETS = {keyControl = keyControl; keyText = keyText; keymapWindow = keymapWindow; };
- SUPERCLASS = Object;
- };
-