如何在 Glade 中使用 GdkPixbuf 列填充 GtkListStore?

发布于 2024-12-26 17:26:21 字数 382 浏览 1 评论 0原文

我正在开发一个小型 PyGtk 项目,该项目使用 GtkListStore 来包含我想要在 GtkIconView 中显示为图标的元素的数据。我正在使用 Glade 设计 UI。

我知道如何以编程方式将数据添加到列表存储中。不过,我发现这些数据也可以直接添加到 Glade 中。

我已经设法添加列,但我一直坚持添加 GdkPixbuf 列类型的数据行。下图应该提供更多细节。

Glade 希望在我的“图标”(GdkPixbuf) 专栏中提供什么?像素图的绝对路径或相对路径?还有别的事吗?

任何指示将不胜感激。谢谢!

Glade 中的 GtkListStore 定义

I'm working on a small PyGtk project that uses a GtkListStore to contain the data of the elements that I want to show as icons in a GtkIconView. I'm designing the UI with Glade.

I know how to add the data programmatically to the liststore. However, I've seen that that data can also be added in Glade directly.

I've managed to add columns, but I'm stuck at adding the rows of data for the GdkPixbuf column types. The image below should give some more detail.

What does Glade expect to be given in my 'icon' (GdkPixbuf) column? An absolute or relative path to a pixmap? Something else?

Any pointers will be appreciated. Thanks!

GtkListStore definition in Glade

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

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

发布评论

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

评论(1

意中人 2025-01-02 17:26:21

老问题,但我偶然发现了它,并记得我很久以前就找到了答案:Glade 将为 GdkPixbuf 字段获取图像的相对路径,并将加载像素图。

Old question, but I've stumbled upon it and remembered I found the answer quite a while ago: Glade will take relative paths to images for GdkPixbuf fields, and will load the pixmap.

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