ftp.nice.ch/pub/next/developer/languages/smalltalk/smalltalk.1.2.alpha5.s.tar.gz#/smalltalk-1.2.alpha5/objc/objclib/ColorFixes.h

This is ColorFixes.h in view mode; [Download] [Up]


#import <appkit/appkit.h>
#import <3Dkit/3Dkit.h>
#import "Color.h"

@interface ClipView(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface Matrix(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface NXImage(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface ScrollView(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface Text(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface TextField(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface TextFieldCell(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

@interface Window(ColorFixes)

- backgroundColor:(Color *)aColor;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.