self.attributes("-alpha", Alpha)
开发者_StackOverflow中文版How do I get window attributes in Tkinter? Currently I wan't my program to get the value of Alpha.
In an earlier question you asked about transparency I gave an example that gets the alpha value for a window. See Having trouble with Tkinter transparency
精彩评论