This is GifSavePanel.m in view mode; [Download] [Up]
#import "GifSavePanel.h"
#import <appkit/Application.h>
#import <appkit/Control.h>
#import <appkit/Button.h>
@implementation GifSavePanel
static BOOL prev = NO;
- loadNib
{
if (accessoryView == nil) {
[NXApp loadNibSection:"GifAccessory.nib" owner:self];
[self setAccessoryView: [accessory contentView]];
}
[InterSW setState: prev];
return self;
}
- (BOOL)interlace
{
return (prev = [InterSW state]);
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.