hiding a frame in tkinter

Fredrik Lundh fredrik at pythonware.com
Mon Mar 28 05:10:16 EST 2005


"faramarz yari" <faramarzyari at gmail.com> wrote:

> suppose we have a tk frame in witch there are lots of frame,
> and we want to hide one of them(frames)
> what should we do , and what will be the result in pack or grid goemetry?

use pack_forget() or grid_forget()

</F> 






More information about the Python-list mailing list