NSStatusBar 隐藏在 Mac OS X Lion 中

发布于 2024-11-29 18:43:43 字数 72 浏览 0 评论 0 原文

我目前正在开发一个状态栏应用程序。了解状态栏是否因为应用程序进入全屏模式而隐藏非常重要。有办法知道吗?

提前致谢。

I'm currently developing a status bar application. It's quite important to know if the status bar is hidden because an application entered the full screen mode. Is there a way to know that?

Thanks in advance.

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

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

发布评论

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

评论(1

清风不识月 2024-12-06 18:43:43

几乎您将收到的唯一通知来自 NSWorkspaceActiveSpaceDidChangeNotification。除此之外, NSRunningApplication 可能是有一点帮助,但您无法立即区分应用程序是否处于全屏状态,因为(在用户端)应用程序的全屏模式完全由 Dock 应用程序处理。

Pretty much the only notification you're going to get is from NSWorkspaceActiveSpaceDidChangeNotification. Besides that, NSRunningApplication might be of a little help but you can't immediately distinguish if an app is in fullscreen because (on the user-end), an app's fullscreen mode is handled entirely by the Dock app.

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