Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how does tkinter iconify() function work in python

iconify() Turns the window into an icon (without destroying it). 
To redraw the window, use deiconify. 
Under Windows, the window will show up in the taskbar. 
When the window has been iconified, the state method returns “iconic”.

withdraw() Removes the window from the screen (without destroying it). 
To redraw the window, use deiconify.
When the window has been withdrawn, the state method returns “withdrawn”.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tkinter #function #work #python
ADD COMMENT
Topic
Name
7+7 =