| Home | Trees | Indices | Help |
|
|---|
|
|
Efficient TreeWidget based on Tkinter and Pmw
The speed comes from only drawing visibles parts of the tree.
|
|||
|
IconsManager The IconsManager object simplifies creating PhotoImage icons from images in the directory. |
||
|
KeySelectable Adds the ability to use keystrokes to quickly select items in a list. |
||
|
Tree Tree widget for Tk and Pmw |
||
|
Node Base class for Nodes in a Tree |
||
|
ObjectTree Each node in the tree has an object associated in the node's .object attribute. |
||
| ObjectNode | ||
|
|||
|
syst = MolecularSystem('world')
|
||
|
mols = Read('../dev23/1crn.pdb')
|
||
|
root = Tk()
|
||
|
rootnode = ObjectNode(syst, None)
|
||
|
tree = ObjectTree(root, rootnode, selectionMode= 'multiple')
|
||
|
|||
systNone
|
molsNone
|
rootNone
|
rootnodeNone
|
treeNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:06:00 2007 | http://epydoc.sourceforge.net |