1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
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