Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to give two commands tkinter

all_commands = lambda: [func1(), func2()]

button = Button(window, text="This is a button", command=all_commands)
 
PREVIOUS NEXT
Tagged: #give #commands #tkinter
ADD COMMENT
Topic
Name
5+5 =