删除 GtkViewport 的背景

发布于 2024-10-22 12:46:43 字数 39 浏览 2 评论 0原文

是否可以删除 GtkViewport 的灰色背景(使背景透明)?

Is it possible to remove the grey background of a GtkViewport (making the background transparent)?

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

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

发布评论

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

评论(1

万劫不复 2024-10-29 12:46:43

根据我自己的实验,GTKViewport 默认情况下具有透明背景。这意味着灰色背景来自您的 GooCanvas 绘图区域,而不是视口。

要在 GooCanvas 上创建透明背景,请阅读​​本主题

或者,透明度问题可能会位于更高级别的小部件中(例如滚动窗口或笔记本。)

From my own experimentation, it appears that a GTKViewport has a transparent background by default. This means, then, that the grey background is coming from your GooCanvas drawing area, and not the Viewport.

For creating a transparent background on a GooCanvas, read THIS TOPIC

Alternatively, the transparency issue may be in a higher level widget (such as your scrolled window or notebook.)

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