有谁知道 Mac OS X 应用程序的 Safari 风格选项卡控件?
我正在寻找一个与默认 NSTabControl 不同的选项卡控件。我正在寻找一个示例或现有控件来复制 Safari、Firefox、Camino 等中使用的较新样式选项卡控件。
通过查看 Safari 应用程序包资源,选项卡似乎是从图像创建的。我更喜欢一个已经存在并且已经过测试的控件,而不是重新发明轮子。
谢谢你!
更新:我找到了 PSMTabBarControl,但是它在 Leopard 上不起作用,而且已经很旧了,从 2006 年开始。有什么更新可用的吗?
I am looking for a tab control that is different from the default NSTabControl. I am looking for a sample or existing control that replicates the newer style tab controls that are used within Safari, Firefox, Camino etc.
From looking into the Safari app bundle resources it seems the tabs are created from images. I would prefer a control that already exists and has been tested rather than re-inventing the wheel though.
Thank you!
Update: I found PSMTabBarControl however this doesn't work on Leopard and is very old, from 2006. Anything that is more recent available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到了这个公开可用的框架:PSMTabBarControl。
最近似乎没有维护,但可以作为一个起点。
This publicly-available framework comes to my mind: PSMTabBarControl.
It doesn't seem to be maintained recently, but might serve as a point to start from.