On May 12, 2008, at 1:48 PM, Peter Decker wrote:

>> def expandBranch(node):
>>  node.expand()
>>  for ChildNode in node.Children:
>>    expandBranch(ChildNode)
>>
>> expandBranch(rootNodeOfBranch)
>
> Thanks; I had cooked up something like this already. I was wondering
> if there was a built-in way of doing this that I had missed.

        It wouldn't be too tough to add this to the class; any objections?

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to