|
|
Sample Programs from NeXSTEP 3.3
#import "textundo.h"
@implementation TextChange
/*
* The root of all text changes. All we do here is remember the Text view
* that is going to be changed.
*/
- initView:aView
{
[super init];
textView = aView;
return self;
}
@end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.