home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2
/
Openstep-4.2-Intel-User.iso
/
NextDeveloper
/
Demos
/
Keyboard.app
/
English.lproj
/
keyboard.nib
/
data.classes
next >
Wrap
Text File
|
1994-09-27
|
950b
|
69 lines
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;
};