ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/BackgCtr.h

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.