gpt4 book ai didi

cocoa - 如何在运行时在 NSButton 上独立缩放轴

转载 作者:行者123 更新时间:2023-12-03 16:12:35 26 4
gpt4 key购买 nike

在 Interface Builder 中,您可以选择按钮图像的缩放方式,为“缩放”下拉列表选择“轴独立”、“按比例向下”等。如何在运行时访问或更改 NSButton 的此属性?

最佳答案

您应该可以使用 the button’s cell 来设置它:

NSButton *someButton;

NSButtonCell *someButtonCell = [someButton cell];
[someButtonCell setImageScaling:NSImageScaleAxesIndependently];

有关图像缩放选项的列表,请参阅 here .

关于cocoa - 如何在运行时在 NSButton 上独立缩放轴,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5851923/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com