tags:

views:

22

answers:

1

self.attributes("-alpha", Alpha)

How do I get window attributes in Tkinter? Currently I wan't my program to get the value of Alpha.

+2  A: 

In an earlier question you asked about transparency I gave an example that gets the alpha value for a window. See http://stackoverflow.com/questions/3399882/having-trouble-with-tkinter-transparency

Bryan Oakley