home *** CD-ROM | disk | FTP | other *** search
- KeycodeView = {
- ACTIONS = {
- switchCharSet:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- InfoManager = {
- ACTIONS = {
- showInfoPanel:;
- toggleButton:;
- switchToApp:;
- switchToAuthor:;
- loadInfoPanel:;
- };
- OUTLETS = {
- versionNumber;
- infoPanel;
- iconButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- KeymapDocument = {
- OUTLETS = {
- keyboardView;
- window;
- };
- SUPERCLASS = Object;
- };
- KeyboardView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- KeyboardApp = {
- ACTIONS = {
- openFile:;
- loseKeyboard:;
- setCurrentKeyboard:;
- okNewKeyboard:;
- useKeymap:;
- newDocument:;
- saveCurrent:;
- saveAs:;
- revert:;
- cancelNewKeyboard:;
- };
- OUTLETS = {
- saveAsMenu;
- infoManager;
- currentKeyboard;
- charcodePalette;
- saveMenu;
- useMenu;
- revertMenu;
- keyboardBrowser;
- newKeyboardWin;
- };
- SUPERCLASS = Application;
- };
-