具有尖顶边框的可可模态窗口

发布于 2024-12-05 08:25:27 字数 238 浏览 1 评论 0原文

我不确定你如何称呼这个窗口/视图,但最近我发现 Cocoa 应用程序中这种类型的窗口/视图有所增加。窗口/视图本身最像 HUD 窗口,但具有尖顶边框。

我正在谈论的窗口/视图的类型可以在这里看到。 http://www.finaltouchapp.com/

这叫什么?它是 Cocoa 内置的东西,还是自定义的?

I'm not sure what you call this window/view but recently I've seen an increase in this type of window/view in Cocoa applications. The window/view itself is most like a HUD window, but with a pointed top border.

The type of window/view I'm talking about can be seen here. http://www.finaltouchapp.com/

What is this called? Is it something built into Cocoa, or is it custom?

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

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

发布评论

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

评论(1

杀お生予夺 2024-12-12 08:25:27

Lion 引入了 NSPopover,它具有 HUD 样式 (NSPopoverAppearanceMinimal)。对于早期的系统,MAAttachedWindow 很流行。

Lion introduces NSPopover, which has a HUD style (NSPopoverAppearanceMinimal). For earlier systems, MAAttachedWindow is popular.

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