in reply to forks and Tk minimizing

I can only help on the second question.
How do i programmatically minimize a Tk window?
$win->withdraw();

Replies are listed 'Best First'.
Re: Re: forks and Tk minimizing
by physi (Friar) on Jan 31, 2003 at 13:13 UTC
    I think  $win->iconify is better, cause you can get the widget back by  $win->deiconify
    ----------------------------------- --the good, the bad and the physi-- -----------------------------------