In Tkinter is there any way to make a widget not visible?

Something like this, would make the widget appear normally:

Label(self, text = 'hello', visible ='yes') 

While something like this, would make the widget not appear at all:

Label(self, text = 'hello', visible ='no') 
35
задан Pedro Romano 8 October 2012 в 10:43
поделиться