home *** CD-ROM | disk | FTP | other *** search
- Help = {
- ACTIONS = {
- print:;
- browserHit:;
- generalHelp:;
- };
- OUTLETS = {
- helpBrowser;
- helpScrollView;
- };
- SUPERCLASS = Object;
- };
- GaugeView = {
- ACTIONS = {
- changeValue:;
- };
- OUTLETS = {
- valueFormCell;
- valueSlider;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AnimalView = {
- ACTIONS = {
- flipHorizontal:;
- rotateLeft:;
- flipVertical:;
- rotateRight:;
- changeAnimal:;
- };
- SUPERCLASS = View;
- };
- BusyBoxApp = {
- ACTIONS = {
- info:;
- preferences:;
- };
- OUTLETS = {
- helpObject;
- };
- SUPERCLASS = Application;
- };
- ClockView = {
- ACTIONS = {
- changeBackgroundGray:;
- changeClockType:;
- changeShowSeconds:;
- changeShowDate:;
- };
- OUTLETS = {
- sTable;
- };
- SUPERCLASS = View;
- };
-