home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
NeXT
/
GnuSource
/
Chess-9
/
English.lproj
/
Chess.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1992-03-09
|
979b
|
76 lines
Clock = {
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Board = {
ACTIONS = {
print:;
};
SUPERCLASS = Control;
};
ResponseMeter = {
SUPERCLASS = View;
};
Chess = {
ACTIONS = {
print:;
levelSliding:;
setWhiteColor:;
listGame:;
renderColors:;
startGame:;
chooseSide:;
forceMove:;
undoMove:;
showPosition:;
view2D:;
view3D:;
hint:;
plastic:;
info:;
saveGame:;
saveAsGame:;
openGame:;
granite:;
setBlackColor:;
setPreferences:;
newGame:;
};
OUTLETS = {
clockWindow;
sideMatrix;
boardWindow;
infoScroll;
blackClock;
setButton;
blackMeter;
forceButton;
infoPanel;
blackClockText;
whiteMeter;
message;
levelText;
whiteClock;
whiteSideMatrix;
whiteName;
startButton;
blackName;
blacksample;
gameBoard;
board3D;
board2D;
levelSlider;
blackSideMatrix;
whiteClockText;
whitesample;
};
SUPERCLASS = Application;
};
Board3D = {
SUPERCLASS = Control;
};