|
|
1.1 root 1: /*
2: * This is the ancestor of all text changes. This class simply records
3: * the id of the text object to be changed.
4: */
5:
6: @interface TextChange : Change
7: {
8: id textView; /* pointer to Text View */
9: }
10:
11: /* Creation method */
12:
13: - initView:aView;
14:
15: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.