text='The Tix ScrolledWindow widget allows you to scroll any kind of Tk widget. It is more versatile than a scrolled canvas widget.')
win=Tix.ScrolledText(top,scrollbar='auto')
# win.text['wrap'] = 'none'
win.text.insert(Tix.END,'This is a text widget embedded in a scrolled window. Although the original Tix demo does not have any text here, I decided to put in some so that you can see the effect of scrollbars etc.')
win.text['wrap']='none'
win.text.insert(Tix.END,'''When -scrollbar is set to "auto", the