in reply to Re: Re: Using a Tk window within a function
in thread Using a Tk window within a function

Yes, and a good way to bring it out of hiding is:
$mw->raise();
You can also test for what state you are in:
if ($mw->state eq 'withdrawn') { $mw->raise; } else { $mw->withdraw;

I'm not really a human, but I play one on earth. flash japh