OS X:在哪里显示菜单项的工具提示

发布于 2024-09-12 13:00:54 字数 83 浏览 4 评论 0原文

对于 Windows 应用程序,如果将鼠标悬停在状态栏中,则会在状态栏中显示菜单项的详细描述,这是很常见的。在 Mac 应用程序中哪里可以显示类似信息?

For Windows applications it is quite common to show verbose descriptions of menu items in the status bar if hovering over them. Where to show similar information in Mac applications?

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

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

发布评论

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

评论(1

空城仅有旧梦在 2024-09-19 13:00:54

我使用过的大多数 Mac 应用程序都没有菜单项工具提示。但如果有的话,它们就在菜单项附近,而且通常不会那么冗长。您可以在设计时在菜单笔尖中提供工具提示文本,或者在运行时通过调用 -[NSMenuItem setToolTip:] 来提供工具提示文本,操作系统将确定工具提示的放置位置。

Most Mac apps I've used don't have menu item tool tips. But if they do, they're near the menu item, and usually not that verbose. You can provide the tool tip text at design time in the menu nib, or at run time by calling -[NSMenuItem setToolTip:], and the OS determines where to place the tool tip.

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