Tkinter hiding/showing widgets

Philippe Martin pmartin at snakecard.com
Fri Apr 21 17:59:11 EDT 2006


Maybe like this ?

http://www.faqts.com/knowledge_base/view.phtml/aid/21215/fid/264


I noticed with wxWidget, which uses the same packing principle (xlib
inheritance ?) that hidding a widget can have a strange effect on the
layout of the "other guys" still visible ... so I just disable them now
instead of hiding them.

Regards,

Philippe




Anony wrote:

> Is it possible to hide and show widgets while the window is open?




More information about the Python-list mailing list