如何为NSBox设置背景图像?我知道我们可以添加颜色,但是背景图像呢?
NSBox
发布于 2011-09-28 02:11:09
查看+NSColor colorWithPatternImage:。
[myNSBox somehowSetBackgroundColor: [NSColor colorWithPatternImage: myImage]];
https://stackoverflow.com/questions/7573720
相似问题