如何在 Cocoa 中实现按钮栏
知道如何重新创建 Safari 5.1 用于后退/下一个按钮的按钮行效果,或者在 Xcode 4 中用于工具栏中的编辑器和视图按钮的按钮行效果吗?基本上是单个块中的一组按钮,每个按钮之间有一条细分隔线,末端有圆角。
我在标准控件中没有看到任何内容,但也许我只是不知道要搜索什么。谢谢!
更新:这里有一张图片来说明我的意思:
Any idea how to recreate the row of buttons effect used by Safari 5.1 for the back/next buttons, or in Xcode 4 for the Editor and View buttons in the toolbar? Basically a set of buttons in a single block, with a thin separator line between each, and rounded corners at the ends.
I don't see anything in the standard controls, but perhaps I just don't know what to search for. Thanks!
Update: here's an image to show what I mean:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看界面构建器库中的NSSegmentedControl,尝试使用它的样式属性。我希望你能够得到你正在寻找的东西!
Have a look at NSSegmentedControl in interface builder library, try playing with its style attribute.. I hope you will be able to get what you are looking for !