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

◆ SetFolder()

def libtextworker.interface.base.dirctrl.DirCtrlBase.SetFolder (   this,
str  path,
bool  newroot 
)
Make DirCtrl to show a directory tree.
If the directory is already used, will find that one and redraw.
@param path (str): Target folder
@param newroot (bool): Multiple root? Depends on DC_ONEROOT flag not to be included.

Reimplemented in libtextworker.interface.tk.dirctrl.DirCtrl.

Definition at line 55 of file dirctrl.py.