How can I let the Tkinter Button command do more than one function?
sneekula 969 Nearly a Posting Maven
Recommended Answers
Jump to PostYes linux, that would be the simplest way to do it!
Python allows you to pass functions as arguments to a function. This code might give you more flexibility ...
# giving a Tkinter Button command two (or multiple) functions to run import Tkinter as tk …
All 3 Replies
linux 107 Posting Shark
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
aot 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.