transmission/macosx/ImageBackgroundView.h

13 lines
183 B
Objective-C

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