如何在 Python 中更改 GtkTreeView 样式?

发布于 2024-07-29 13:22:42 字数 169 浏览 7 评论 0原文

我有一个用 python 编写的应用程序,它在树视图中显示一些数据。 默认情况下,树视图是一个浮动的白色事件,带有小浮动三角形来扩展节点。

是否可以将此样式更改为更像 Windows 资源管理器树视图? 具体来说,我想要有垂直线来指示节点的起源。

如果这可能的话,会怎样做呢?

I have an app written in python that presents some of its data in a tree view. By default, the tree view is a floaty white affair with little floaty triangles to expand the nodes.

Is it possible to change this style to be more like a Windows explorer tree view? Specifically, I'd like to have vertical lines indicating parentage of the nodes.

If this is possible, how would it be done?

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

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

发布评论

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

评论(2

如梦亦如幻 2024-08-05 13:22:42

您需要为此创建一个自定义的CellRenderer。 以下链接可能会有所帮助。

http://www.pygtk.org/pygtk2tutorial/ch-TreeViewWidget.html

http://www.pygtk.org/pygtk2tutorial/sec-CellRenderers.html

you need to create a custom CellRenderers for this. the below links might help.

http://www.pygtk.org/pygtk2tutorial/ch-TreeViewWidget.html

http://www.pygtk.org/pygtk2tutorial/sec-CellRenderers.html

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