In this video we’ll look at Spin Boxes. Spin boxes are similar to combo boxes, except they don’t drop down. Instead they spin through a pre-set selection of options.
The spinbox is a fairly simple widget that comes with Tkinter. We can use numbers as well as text (integers and strings) in a spin box. We can increment by any number we want as well.
Add comment