Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tkinter call function in mainloop

def task():
   # do something
   root.update()

while 1:
   task()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tkinter #call #function #mainloop
ADD COMMENT
Topic
Name
8+6 =