tk/wm deiconify

(tk/wm 'deiconify #<widget>)
Arrange for #<widget> to be displayed in normal (non-iconified) form. This is done by mapping the #<widget>. If the #<widget> has never been mapped then this command will not map the #<widget>, but it will ensure that when the #<widget> is first mapped it will be displayed in de-iconified form. On Windows, a deiconified #<widget> will also be raised and be given the focus (made the active window). Returns an empty string.

© Author | Home | Sitemap