你能有一个只在子行上有复选框的 GtkTreeView 吗?

发布于 2024-10-03 22:57:23 字数 88 浏览 10 评论 0原文

我想要一个 GtkTreeView ,其父级没有复选框,而所有子级都有复选框。我尝试过(和看到过)的所有内容都在每一行上都放置了复选框。

I'd like to have a GtkTreeView that has parents with no checkbox, and all of the children have checkboxes. Everything I have tried (and seen) puts checkboxes on every row.

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

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

发布评论

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

评论(1

画▽骨i 2024-10-10 22:57:23

看起来最简单的方法是将复选框放在它自己的 gtk.TreeViewColumn 中,并有一列数据指示它是否可见。可见列号被传递给 gtk.TreeViewColumn。查看树视图 -> Gtk+ 附带的 Tree Store 演示了解更多详细信息。

Looks like the easiest way to do this is to put the checkbox in its own gtk.TreeViewColumn and have a column of data indicating whether it is visible or not. The visible column number is passed to gtk.TreeViewColumn. See the Tree View -> Tree Store demo that comes with Gtk+ for more details.

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