标签: macos cocoa nsimage nsbutton
如果我将图像分配给NSButton,则会显示该图像具有良好的按下和禁用效果。
NSButton
在我的自定义NSButton中,应该显示image1 + title + image2,但我覆盖drawRect:,但是如何获得两个图像的完全相同系统效果?
drawRect:
我计划使用NSImage drawInRect:fromRect:operation:fraction:,如果它具有按下/禁用/效果自变量的话,那就太好了……
NSImage
drawInRect:fromRect:operation:fraction: