Delete widget in tcl/tk
I have a widget called .top.text that contains some children (pixmaps).
I want to redraw the pixmaps so I thought I should just delete it and then recreate it with new pixmaps.
But how do I delete a widget?
"pack forget <widget>" don't do it. The widget still exists although it is not packed.
|