| Class: ScrolledTreectrl | TkTreectrl/ScrolledTreectrl.py | ||||||||
|---|---|---|---|---|---|---|---|---|---|
Treectrl widget with one or two static or automatic scrollbars.
Subwidgets are:
treectrl - TkTreectrl.Treectrl widget
hbar - horizontal Tkinter.Scrollbar
vbar - vertical Tkinter.Scrollbar
The widget itself is a Tkinter.Frame with one additional configuration option:
scrollmode - may be one of "x", "y", "both" or "auto".
|