Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  How can I withdraw/iconify a window? How can I remap a withdrawn window?
 
 `wm withdraw ` will take a window off the screen without
iconifying it.

`wm iconify ` will iconify a window (how it looks iconified is
up to the window manager).

`wm deiconify ` will remap or deiconify the window.