如何在 GTK 中为 GtkToggleButton 设置组(如 GtkRadioButton 那样)?

发布于 2024-10-20 18:21:05 字数 98 浏览 2 评论 0原文

如何在 GTK+ 中为 GtkToggleButton 设置组(如 GtkRadioButton 那样)?我可以使用哪些属性来实现此目的。我想检查设置绘图基元(矩形、椭圆形等)的按钮

How to set group (like that for GtkRadioButton) for GtkToggleButton in GTK+ ? What is the properties i can use for this aim. I want to check buttons, which set the drawing primitive (rectangle, ellipse, etc)

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

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

发布评论

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

评论(1

鯉魚旗 2024-10-27 18:21:05

如果我正确理解你的问题,你想要一组按钮,一次只能打开一个,但看起来像常规按钮而不是单选按钮。

使用单选按钮,并将它们像往常一样添加到组中,但将 draw-indicator 属性设置为 FALSE。它们将像普通按钮一样绘制。

If I understand your question correctly, you want to have a group of buttons where only one can be turned on at a time, but looking like regular buttons instead of radio buttons.

Use radio buttons, and add them to a group as usual, but set the draw-indicator property to FALSE. They will be drawn like regular buttons.

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