Annotation of Examples/AppKit/Draw/textUndo.subproj/TextChange.m, revision 1.1.1.1

1.1       root        1: #import "textundo.h"
                      2: 
                      3: @implementation TextChange
                      4: 
                      5: /*
                      6:  * The root of all text changes. All we do here is remember the Text view
                      7:  * that is going to be changed.
                      8:  */
                      9: 
                     10: - initView:aView
                     11: {
                     12:     [super init];
                     13:     textView = aView;
                     14: 
                     15:     return self;
                     16: }
                     17: 
                     18: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.