NSBox background image
How can I set bac开发者_JAVA百科kground image a for an NSBox? I know we can put a color, but what about background image?
Check out +NSColor colorWithPatternImage:.
[myNSBox somehowSetBackgroundColor: [NSColor colorWithPatternImage: myImage]];
加载中,请稍侯......
精彩评论