In ruby/tk how to hide and unhide a root window

I have discovered how to hide a root window

ie root.withdraw

question is how do I unhide the root window?

thanks in advance

On Sep 19, 2007, at 11:00 PM, Ed Redman wrote:

I have discovered how to hide a root window

ie root.withdraw

question is how do I unhide the root window?

Try

root.deiconify

Regards, Morton