TkinterEP / ttkthemes

A group of themes for the ttk extenstions for Tkinter
GNU General Public License v3.0
365 stars 47 forks source link

Missing Listbox? #37

Closed oversoul closed 6 years ago

oversoul commented 6 years ago

is it just me or the listbox doesnt exist anywhere?

thank you.

RedFantom commented 6 years ago

As you can read in the ttk documentation, the ttk module does not include a Listbox widget.

Akuli commented 6 years ago

Maybe I should clarify a bit: @oversoul , you should use Treeview instead. It can be used just like a Listbox if you insert all items directly under the root item.