Tkinter: How to remove stacking order of a widget in grid manager

Bernie bernie at pacific.net.hk
Wed Feb 7 05:46:23 EST 2001


Hi Johan,

I cannot destory the widget because the cost for the recreation
of the widget is expensive (especially with Pmw widget).  Since
all I needed to do is to reordering the widgets with new stacking
order.

Thanks for the advice!

Bernie


Johan Jonkers wrote:

> I tried the grid_forget on a frame with a single button. It did not
> dissapear. However, if you call the destroy() (or the forget()) method
> on the button, it did dissapear.  Maybe this helps.
>
> Johan
> --
>         -- Programmers don't die; they just GOSUB with no RETURN --




More information about the Python-list mailing list