source:
trunk/macosx/ImageBackgroundView.h
@
624
Last change on this file since 624 was 624, checked in by livings124, 16 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | /* ImageBackgroundView */ |
2 | |
3 | #import <Cocoa/Cocoa.h> |
4 | |
5 | @interface ImageBackgroundView : NSView |
6 | { |
7 | NSColor * fBackgroundColor; |
8 | } |
9 | |
10 | - (void) setBackgroundImage: (NSImage *) image; |
11 | |
12 | @end |
Note: See TracBrowser
for help on using the repository browser.