删除 GtkViewport 的背景
是否可以删除 GtkViewport 的灰色背景(使背景透明)?
Is it possible to remove the grey background of a GtkViewport (making the background transparent)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我自己的实验,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.)