libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ __init__()

def libtextworker.interface.tk.dirctrl.DirCtrl.__init__ (   this,
args,
**  kwds 
)
A ttkTreeview customized to show folder list using os.listdir.
Multiple roots is supported, but only adding new for now.
Lacks label editing, DND, right-click menu, item icon.

DirCtrl's custom styles can be defined via the "w_styles" keyword.

Definition at line 104 of file dirctrl.py.