home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
CalculatorLab
/
English.lproj
/
Help.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-27
|
328 b
|
25 lines
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
SimpleCalc = {
ACTIONS = {
clearKeys:;
infoPanel:;
numberDirectFromDisplay:;
equalsKey:;
appDidInit:;
helpPanel:;
windowWillClose:;
};
OUTLETS = {
stringSet;
infoPanel;
helpPanel;
enterKey;
display;
};
SUPERCLASS = Object;
};