设置图像填充 PyGTK

发布于 2024-11-25 10:59:32 字数 133 浏览 1 评论 0原文

我使用的是 Python 2.7、PyGTK 2.24 和 Glade 2.8.0。我正在尝试设置图像以(拉伸)填充所有给定空间,但我找不到执行此操作的属性。此外,有时我可能还需要缩小图像以适应。

我该如何在 Glade 中做这两件事?

I'm using Python 2.7, PyGTK 2.24, and Glade 2.8.0. I'm trying to set an image to (stretch to) fill all of the given space, but I cannot find the properties to do that. Furthermore, I may need to shrink images to fit sometimes as well.

How do I do those two things in Glade?

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

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

发布评论

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

评论(1

苄①跕圉湢 2024-12-02 10:59:32

Glade 不允许拉伸图像。这必须在代码中完成,方法是缩放 pixbuf,从中创建像素图和掩码,然后从像素图创建图像。

Glade does not allow for stretching images. This must be done in code, by scaling the pixbuf, creating a pixmap and mask from it, and then creating the image from the pixmap.

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