This is BackgCtr.h in view mode; [Download] [Up]
#import <objc/Object.h>
@class Window, NXImage;
@interface BackgCtr: Object
{
Window *backWin;
}
- init;
- cleanBackground: sender;
- makeFront: sender;
- setImage: (NXImage *)backimage hasAlpha:(BOOL)alpha with: (int)method;
- setStream: (NXStream *)stream with: (int)method;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.