This is WindowForOOE.m in view mode; [Download] [Up]
#import "ScrollViewDeluxeForOOE.h"
#import "WindowForOOE.h"
@implementation WindowForOOE
- setDocEdited:(BOOL)flag;
{
[super setDocEdited:flag];
[contentView ooeStatusChanged:delegate];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.