|
|
1.1 ! root 1: LifeView = { ! 2: SUPERCLASS = View; ! 3: }; ! 4: SpaceView = { ! 5: SUPERCLASS = View; ! 6: }; ! 7: FirstResponder = { ! 8: ACTIONS = { ! 9: }; ! 10: SUPERCLASS = Object; ! 11: }; ! 12: StaticSpaceView = { ! 13: SUPERCLASS = SpaceView; ! 14: }; ! 15: BackWindow = { ! 16: SUPERCLASS = Window; ! 17: }; ! 18: MySlider = { ! 19: SUPERCLASS = Slider; ! 20: }; ! 21: BackView = { ! 22: OUTLETS = { ! 23: image; ! 24: }; ! 25: SUPERCLASS = View; ! 26: }; ! 27: Password = { ! 28: ACTIONS = { ! 29: userTypedReturn:; ! 30: setPassword:; ! 31: }; ! 32: OUTLETS = { ! 33: window; ! 34: contentBox; ! 35: infoText; ! 36: clearText; ! 37: }; ! 38: SUPERCLASS = Object; ! 39: }; ! 40: PanelImageView = { ! 41: OUTLETS = { ! 42: image; ! 43: }; ! 44: SUPERCLASS = View; ! 45: }; ! 46: Thinker = { ! 47: ACTIONS = { ! 48: revertToDefaultImage:; ! 49: showInfoPanel:; ! 50: changeScreenSaverSetting:; ! 51: changeWindowType:; ! 52: showFakeScreenSaverAfterPause:; ! 53: appDidInit:; ! 54: appDidUnhide:; ! 55: doScreenSaver:; ! 56: setImageFileFrom:; ! 57: changeSliderValue:; ! 58: appDidHide:; ! 59: changeScreenLockerSetting:; ! 60: showFakeScreenSaver:; ! 61: selectRealViewIndex:; ! 62: maybeDoScreenSaver:; ! 63: }; ! 64: OUTLETS = { ! 65: windMatrix; ! 66: priorityLevel; ! 67: spaceWindow; ! 68: screenList; ! 69: spaceInspector; ! 70: sleepWindow; ! 71: infoPanel; ! 72: currentInspector; ! 73: bigBufferedWindow; ! 74: bigUnbufferedWindow; ! 75: mySlider; ! 76: password; ! 77: oldInspectorOwner; ! 78: image; ! 79: spaceView; ! 80: boinkInspector; ! 81: commonImageInspector; ! 82: viewSelectionBrowser; ! 83: screenSaver; ! 84: cornerView; ! 85: screenLocker; ! 86: invisibleInspectorBox; ! 87: normalWindow; ! 88: nullInspector; ! 89: imageView; ! 90: }; ! 91: SUPERCLASS = Object; ! 92: }; ! 93: CornerView = { ! 94: OUTLETS = { ! 95: image; ! 96: }; ! 97: SUPERCLASS = View; ! 98: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.