How can I set background image a for an NSBox? I know we can put a color, but what about background image?
NSBox
Check out +NSColor colorWithPatternImage:.
[myNSBox somehowSetBackgroundColor: [NSColor colorWithPatternImage: myImage]];