Tix Tree open/close issue

2006-07-14 Thread Sorin Schwimmer
It works. Thanks Rob. Sorin __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Tix Tree open/close issue

2006-07-13 Thread Rob Williscroft
Sorin Schwimmer wrote in news:mailman.8142.1152816058.27775.python- [EMAIL PROTECTED] in comp.lang.python: > The following code: > > from Tix import * > > r=Tk() > > tr=Tree(r) > tr.subwidget('hlist').add('br1',text='branch 1') > tr.subwidget('hlist').add('br1.b1',text='branch 1-1') > tr.subwid

Tix Tree open/close issue

2006-07-13 Thread Sorin Schwimmer
Hi, I tried for the first time a Tix Tree, so, if my question is naive, I apologize upfront. The following code: from Tix import * r=Tk() tr=Tree(r) tr.subwidget('hlist').add('br1',text='branch 1') tr.subwidget('hlist').add('br1.b1',text='branch 1-1') tr.subwidget('hlist').add('br1.b1.b1',text