Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**options,
)
|
|
addRoot
|
addRoot ( self, node )
|
|
close
|
close ( self, item )
|
|
curselection
|
curselection ( self )
|
|
expand
|
expand ( self, item )
|
|
flip
|
flip ( self, *foo )
|
|
grid
|
grid (
self,
*args,
*kw,
)
for gridding.
|
|
pack
|
pack (
self,
*args,
*kw,
)
for packing.
|
|
remove
|
remove ( self, item )
|
|
update
|
update ( self, item )
|
|
yview
|
yview (
self,
*args,
*kw,
)
for scrolling.
|
|