home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- ACTIONS = {
- PrintScroll:;
- textBlack:;
- textLgray:;
- backLgray:;
- backWhite:;
- textDgray:;
- backDgray:;
- textLengthTest:;
- PrintWindow:;
- byteLengthTest:;
- setTextTest:;
- appendTextTest:;
- selectTextTest:;
- backBlack:;
- checkSpellingTest:;
- textWhite:;
- };
- OUTLETS = {
- appendTextInput;
- TheWindow;
- theByteLength;
- theTextLength;
- setTextInput;
- MyScrollView;
- };
- SUPERCLASS = Object;
- };
-