in reply to Multiple Windows in Perl/Tk
You can associate create, destroy, iconify and de-iconify (aka "unmap" and "map") operations with whatever user controls seem appropriate (buttons, menu options, etc), so that windows appear and disappear whenever the user decides; controlling geometry requires somewhat more attention to detail, but is certainly possible in unix/x-windows environment (I'm not sure about ms-windows, but it should work there as well).
|
|---|