libtextworker 0.1.4
Cross-platform, free and open library for Python projects
Public Member Functions | Static Public Attributes | List of all members
libtextworker.interface.wx.dirctrl.DirCtrl Class Reference
Inheritance diagram for libtextworker.interface.wx.dirctrl.DirCtrl:
Inheritance graph
[legend]

Public Member Functions

def __init__ (this, *args, **kw)
 
def Destroy (this)
 
def LazyExpand (this, wx.PyEvent|wx.TreeItemId what)
 
def SetFolder (this, str path)
 
wx.TreeItemId MatchItem (this, str path, wx.TreeItemId|None start=None)
 
list[wx.TreeItemId] GetNodeChildren (this, wx.TreeItemId|str item)
 
def Delete (this, wx.TreeItemId item)
 
def DeleteChildren (this, wx.TreeItemId item)
 
str GetFullPath (this, wx.TreeItemId|None item=None)
 
- Public Member Functions inherited from libtextworker.interface.wx.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
def SetFolder (this, str path, bool newroot)
 
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 = "parent"
 
bool TargetIsSelf = True
 
- Static Public Attributes inherited from libtextworker.interface.wx.dirctrl.FSEventHandler
 bool
 
- Static Public Attributes inherited from libtextworker.interface.base.dirctrl.DirCtrlBase
 Styles = DC_EDIT | DC_USEICON
 
 int
 

Detailed Description

Definition at line 130 of file dirctrl.py.


The documentation for this class was generated from the following file: