Text widget in Tkinter

Stephane Conversy conversy at lri.fr
Mon May 8 12:19:30 EDT 2000


If I want to program a multi-column editor with Tkinter.
With the Text widget,

    can I specify it to be multi-column (I doubt)
    otherwise,I have to use 2 text widgets, but what is the best way to
know
if the insertion of a character has made the text flow reach the limit
of the first
text widget ? Id'like to make the text flow to continue in the
second text widget...

--
Stéphane Conversy
http://www-ihm.lri.fr/~conversy/
mailto:conversy at lri.fr






More information about the Python-list mailing list