January 1999
Beginner
373 pages
9h 43m
English
You can destroy a widget by calling destroyon the widget (using if Tk::Exists is recommended):
$widget->destroy() if Tk::Exists($widget);
If the widget is a parent of any other widgets, the other widgets are destroyed as well.