Can't seem to get this to work...
Trying to have a simple workspace similar to
SequenceView example3
================
root := Object.
hierarchyHolder := IndentedTreeSelectionInList
listObjectHierarchy: root
childBlock: [:thing | thing subclasses]
childNameBlock: [:thing | thing name ].
view := TreeView openOn: hierarchyHolder.
================
Cheers,
Mike Klein
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc