[Tutor] text widget
Glen Wheeler
gew75 at hotmail.com
Fri May 21 22:35:39 EDT 2004
Hi,
I'm not sure about your question. There is an interactive text widget in
TKinter. This allows navigation with the arrow keys (IIRC) which is what
you're asking?
After a quick look at some docs, the following page seems helpful:
http://www.pythonware.com/library/tkinter/introduction/text.htm
The builtin text widget is quite powerful.
--
Glen
----- Original Message -----
From: "Molnár Tamás" <tomikaze at freemail.hu>
To: <tutor at python.org>
Sent: Saturday, May 22, 2004 11:38 AM
Subject: [Tutor] text widget
Hola!
Could anyone help me if there is a text editor module out in space,
which allows stepping to one line from another of a paragraph? Is has
one linebreak, so it's actually a line, but users cannot be bothered with
this. Maybe the text widget of TKinter can be hacked? I have been
playing with some binding modifications and stuff like this for days, but
solutions are too slow or likely pixel/monitor dependent. Do I really
have to go into C too? Tell me something if you can.
thanx
_______________________________________________
Tutor maillist - Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list