home *** CD-ROM | disk | FTP | other *** search
- "Chess" = {
- ACTIONS = (
- "chooseSide:",
- "forceMove:",
- "hint:",
- "info:",
- "levelSliding:",
- "listGame:",
- "newGame:",
- "openGame:",
- "print:",
- "renderColors:",
- "saveAsGame:",
- "saveGame:",
- "setBlackColor:",
- "setPreferences:",
- "setWhiteColor:",
- "showPosition:",
- "startGame:",
- "undoMove:",
- "view2D:",
- "view3D:"
- );
- OUTLETS = (
- blackClock,
- blackClockText,
- blackColorWell,
- blackMeter,
- blackSample,
- blackSideMatrix,
- blackSideName,
- board2D,
- board3D,
- boardWindow,
- clockPanel,
- colorSetButton,
- forceButton,
- infoPanel,
- infoScroll,
- levelSlider,
- levelText,
- prefPanel,
- prefSetButton,
- startButton,
- whiteClock,
- whiteClockText,
- whiteColorWell,
- whiteMeter,
- whiteSample,
- whiteSideMatrix,
- whiteSideName
- );
- SUPERCLASS = NSApplication;
- };
- "ResponseMeter" = {SUPERCLASS = NSView; };
- "Clock" = {SUPERCLASS = NSView; };
- "Board" = {ACTIONS = ("print:"); SUPERCLASS = NSControl; };
- "Board3D" = {SUPERCLASS = NSControl; };
- "FirstResponder" = {CATEGORY = LocalActions; };
-