如何使用 iTunes 之类的滚动条
在 Leopard 中像滚动条一样显示 iTunes 的最佳方式是什么? 是否有一个“系统调用”来改变可可或碳中滚动条的外观和感觉?
what is the best way to display iTunes like scrollers in Leopard? Is there a 'system call' to change the look and feel of scrollers in cocoa or carbon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,这些是私有 UI 小部件。 如果您确实需要 iTunes 外观,您可以通过制作自己的图像或使用 Cocoa 提供的工具生成适当的图像来推出自己的外观。 这个人在这里制作了一个如何执行此操作的示例< /a>
As far as I can tell, these are private UI widgets. If you really need the iTunes look, you can roll your own, either by making your own images, or using the tools provided by Cocoa to generate the appropriate images. This guy has made an example of how to do this here