1iconify() Turns the window into an icon (without destroying it).
2To redraw the window, use deiconify.
3Under Windows, the window will show up in the taskbar.
4When the window has been iconified, the state method returns “iconic”.
5
6withdraw() Removes the window from the screen (without destroying it).
7To redraw the window, use deiconify.
8When the window has been withdrawn, the state method returns “withdrawn”.