如何获得 NSButton 的首选大小?

发布于 2024-12-04 03:45:25 字数 229 浏览 0 评论 0原文

我有一个包含 NSButtonNSMenuItem 自定义视图。按钮的标题是在运行时确定的,我想调整按钮的框架,以便内容(按钮标题)始终适合。

我知道 [NSAttributedStringboundingRectWithSize:options:],但我想知道是否有一种内置方法可以为 NSButtons 甚至 NSView 级别执行此操作。

I have a custom view for an NSMenuItem that contains an NSButton. The title of the button is determined at runtime and I'd like to adjust the frame of the button so that the content (button title) always fits.

I'm aware of [NSAttributedString boundingRectWithSize:options:], but I'm wondering if there's a built-in way to do this for NSButtons or even on the NSView level.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肤浅与狂妄 2024-12-11 03:45:25

NSButton 继承 NSControl-sizeToFit 方法,这可能会提供您正在寻找的内容。

NSButton inherits NSControl's -sizeToFit method, which may provide what you're looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文