Python Forum

Full Version: How to make split button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make a split button with Tkinter?
Here's an example of what that looks like:
[Image: SplitButton.png]
The image doesn't show up for me. I'm guessing you are referring to a spin button, two buttons that can be used to increment or decrement a value. Is that correct? Tkinter has a Spinbox which is a spin button and an entry combined together.
A ttk.Combobox looks quite like that, probably less the icons.