如何在可可中创建自定义标题窗口
这是我的第一个问题。 我从 Mac App Store 下载了一款名为 BlackWhite 的游戏。 http://itunes.apple.com/us/app/blackwhite/id420650954 ?mt=12 我想知道如何创建一个具有自定义标题(如应用程序)的窗口。是无边框窗口吗?但它有窗口按钮...
it is my first question.
I download a game named BlackWhite from Mac App Store.
http://itunes.apple.com/us/app/blackwhite/id420650954?mt=12
I'd like to know how to crete a window with a custom title like the app. Is it a borderless window? but it has window buttons...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
粗体 NSWindow 标题
链接:
http://andymatuschak .org/articles/2006/01/11/making-the-hud-item-1-a-frame-themed-party
其他 NSWindow 自定义
(如您提供的示例)
Matt Gemmell 的 TunesWindow(使用背景图像):
- http://mattgemmell.com/source/
Matt Gallagher 的自定义 NSWindow:
- http://cocoawithlove.com/2008/ 12/drawing-custom-window-on-mac-os-x.html
拉斐尔·沃诺 (Rafaël Warnault) 的《DarkWindow》:
- http://www.read-write.fr/blog/?p=32< /a>
NSThemeFrame 用法:
- http://parmanoir.com/Custom_NSThemeFrame
Bold NSWindow Title
Link:
http://andymatuschak.org/articles/2006/01/11/making-the-hud-item-1-a-frame-themed-party
Additional NSWindow customization
(like the example you provided)
TunesWindow by Matt Gemmell (using background images):
- http://mattgemmell.com/source/
Custom NSWindow by Matt Gallagher:
- http://cocoawithlove.com/2008/12/drawing-custom-window-on-mac-os-x.html
DarkWindow by Rafaël Warnault:
- http://www.read-write.fr/blog/?p=32
NSThemeFrame usage:
- http://parmanoir.com/Custom_NSThemeFrame