class documentation

class TreeView(object): (source)

Constructor: TreeView(*trees)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method destroy Undocumented
Method mainloop Enter the Tkinter mainloop. This function must be called if this demo is created from a non-interactive program (e.g. from a secript); otherwise, the demo will close as soon as the script completes.
Method resize Undocumented
Method _init_menubar Undocumented
Method _layout Undocumented
Instance Variable _cframe Undocumented
Instance Variable _size Undocumented
Instance Variable _top Undocumented
Instance Variable _trees Undocumented
Instance Variable _widgets Undocumented
Instance Variable _width Undocumented
def __init__(self, *trees): (source)

Undocumented

def destroy(self, *e): (source)

Undocumented

def mainloop(self, *args, **kwargs): (source)

Enter the Tkinter mainloop. This function must be called if this demo is created from a non-interactive program (e.g. from a secript); otherwise, the demo will close as soon as the script completes.

def resize(self, *e): (source)

Undocumented

def _init_menubar(self): (source)

Undocumented

def _layout(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

_widgets: list = (source)

Undocumented

Undocumented