In this video I’ll show you how to reset a spinbox back to it’s default in Tkinter.
Say you have a spinbox that spins between 0 and 100 and you’ve spun it on up to 100, but want to reset it to zero. How do you do that? You don’t want to hold the spin down button till it spins all the way back down to zero!
Instead we want to click a button to reset the whole thing. That’s what I’ll show you how to do in this video, for both numbers as well as text!
Add comment