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