如何在 Cocoa 中实现按钮栏

发布于 2024-12-08 16:32:07 字数 275 浏览 0 评论 0原文

知道如何重新创建 Safari 5.1 用于后退/下一个按钮的按钮行效果,或者在 Xcode 4 中用于工具栏中的编辑器和视图按钮的按钮行效果吗?基本上是单个块中的一组按钮,每个按钮之间有一条细分隔线,末端有圆角。

我在标准控件中没有看到任何内容,但也许我只是不知道要搜索什么。谢谢!

更新:这里有一张图片来说明我的意思:

Example Safari back/next Button

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:

Example Safari back/next buttons

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

涫野音 2024-12-15 16:32:07

看看界面构建器库中的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 !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文