home *** CD-ROM | disk | FTP | other *** search
- Keyboard = {
- ACTIONS = {
- open:;
- default:;
- charSetPicked:;
- save:;
- close:;
- saveAs:;
- nextstepVector:;
- use:;
- encodingVector:;
- displayOptionPicked:;
- symbolVector:;
- new:;
- revert:;
- };
- OUTLETS = {
- nextstepMenu;
- displayOptionsMatrix;
- keyboardControl;
- infoIcon;
- charSetMatrix;
- versionString;
- symbolMenu;
- encodingMenu;
- codeControl;
- };
- SUPERCLASS = Application;
- };
- KeyboardControl = {
- SUPERCLASS = Control;
- };
- CodeControl = {
- SUPERCLASS = Control;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- KeyboardText = {
- SUPERCLASS = Text;
- };
-