|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: How to get rid of a TopLevel windowby BlueBlazerRegular (Friar) |
| on Sep 11, 2002 at 10:42 UTC ( [id://196959]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Assuming that you want to get rid of the entire window (not just the frame widget inside the window), you need to destroy the top-level window, like so:
$toplevel->destroy;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||