n-ary tree widget

student student00 at angelfire.com
Mon Mar 24 07:46:58 EST 2003


Jeff Epler <jepler at unpythonic.net> wrote in message news:<mailman.1048453041.4710.python-list at python.org>...
> The structure you describe is not a tree.
> 
> Laying out general graphs is hard to do well.
> 
> I don't know of any existing module that does the job.
> 
> Jeff

true it is not a tree, although it does resemble one in structure ...
in my case i would only ever have leaf nodes pointing back to higher
nodes, i forgot to mention that .... i'm afraid i'm going to have to
write this one myself




More information about the Python-list mailing list