如何像 iTunes 一样旋转标题栏中的关闭、最小化和缩放按钮?
我希望在标题栏中看到垂直的关闭、最小化和缩放按钮,就像在 iTunes 中一样。
如何做到这一点?
I want to see close, minimize and zoom buttons vertically in title bar like in iTunes.
How to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建一个无边框窗口并自己绘制窗口框架和小部件。 Matt Gallagher 有一个示例项目,您可以根据需要进行调整:
http://cocoawithlove.com/2008/12/drawing-custom-window-on-mac-os-x.html
警告:不要指望您的用户或其他开发人员爱你实施这一点。
You'll have to create a borderless window and draw the window frame and widgets yourself. Matt Gallagher has an example project that you can adapt to do what you want:
http://cocoawithlove.com/2008/12/drawing-custom-window-on-mac-os-x.html
Word of warning: don't expect your users or fellow developers to love you for implementing this.