transmission/macosx/ImageBackgroundView.h

13 lines
183 B
C
Raw Normal View History

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