Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 pygtk 使应用程序需要透明窗口,它应该适用于 Linux 和 Windows。
我set_colormap用来设置一个rgba_colormap我从中检索gtk.Screen().get_rgba_colormap()到的设置窗口透明。
set_colormap
rgba_colormap
gtk.Screen().get_rgba_colormap()
但是Windows不支持rgba_colormap,所以我不能rgba_colormap上Windows。
是否可以通过其他方式使 gtk 窗口透明?
不,您需要一个 rgba 颜色映射,并且您发现,Windows 上的 gtk2 不支持此颜色映射。