libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
Public Member Functions | |
def | __init__ (this, *args, **kwds) |
def | destroy (this) |
def | SetFolder (this, str path, bool newroot=False) |
str | GetFullPath (this, str|None item=None) |
Public Member Functions inherited from libtextworker.interface.tk.dirctrl.FSEventHandler | |
def | evtIsDir (this, FileSystemEvent event) |
def | getTarget (this) |
def | on_moved (this, FileSystemEvent event) |
def | on_created (this, FileSystemEvent event) |
def | on_deleted (this, FileSystemEvent event) |
def | on_modified (this, FileSystemEvent event) |
def | on_closed (this, FileSystemEvent event) |
def | on_opened (this, FileSystemEvent event) |
Public Member Functions inherited from libtextworker.interface.base.dirctrl.DirCtrlBase | |
str | GetFullPath (this, str|Callable|None item=None, Callable|None event=None) |
def | GoForward (this) |
def | GoBack (this) |
bool | PostSetDir (this, path, Literal["forward", "back", "go"] mode) |
def | sizeof_fmt (this, num, suffix="B") |
Static Public Attributes | |
string | Parent_ArgName = "master" |
bool | TargetIsSelf = True |
Static Public Attributes inherited from libtextworker.interface.base.dirctrl.DirCtrlBase | |
Styles = DC_EDIT | DC_USEICON | |
int | |
Definition at line 98 of file dirctrl.py.