The TkinterTreectrl module wraps the treectrl Tk extension for use with Python/Tkinter. The treectrl widget allows you to create fancy things like sortable multi-column list boxes and hierarchical tree views in Tkinter. The package also includes a ready to use multi-column listbox widget, scrolled Treectrl, and multi-column list box widgets plus a generic ScrolledWidget class that makes it quite easy to add one or two static or automatic scroll bars to any listbox-alike Tkinter widget.
Tags | Software Development Python tkinter |
---|---|
Licenses | Public Domain |
Operating Systems | OS Independent |
Implementation | Python |
Release Notes: A bug in the MultiListbox class that prevented lists from being accepted as arguments for the columns option was fixed.
Release Notes: This release brings major improvements: Python-3 compatibility (the same module code now works with Python2 and Python3), themed scrolled widgets, and an updated set of methods and options which now includes all changes up to treectrl version 2.3.2.
Release Notes: This release supports all features in treectrl version 2.2.10.