透明窗口背景(Python Tkinter)

时间:2011-07-26 02:05:14

标签: python image windows-7 transparency tkinter

我需要的是一个透明的tkinter窗口,
但是这个窗口上显示的图像不是。

我见过

w.attributes('-alpha', 0.1)

事情,但这也使图像透明。

我只需要透明窗口的背景,
使窗户上有透明部分的图像,
将通过这些部分显示用户桌面。

有没有在Python中做到这一点?

(规格:
Python 2.7.1
Tkinter的
光象
Windows7的)

1 个答案:

答案 0 :(得分:1)

我会建议另一个ui库

Is it possible to create a Tkinter Window with no frame, and no background?

完全相同

我刚刚了解到pygame不支持窗口透明度但是根据上一篇文章here wxPython如果这是一个选项

更多链接:
draws under windows over desktop(you can adapt I think) Discussion about various ways to implement