/* ImageBackgroundView */ #import @interface ImageBackgroundView : NSView { NSColor * fBackgroundColor; } - (void) setBackgroundImage: (NSImage *) image; @end