A "Fixed" Tk Text widget

Ron Provost ron.longo at cox.net
Sun Apr 13 18:28:27 EDT 2008


I have just completed and uploaded to the Tkinter wiki a "Fixed" version of the Tk Text widget called EnhancedText.  This new widget (subclassed from Text) is intended to fix some of the quirks of the Text widget involving cursor movement.  Namely, in Text, the cursor moves by paragraph rather than display-line when using the Up and Down arrow keys and it jumps to the beginning and end of a paragraph when using the 'Home' and 'End' keys.

EnhancedText rewrites all the event handling of the Text widget.  With EnhancedText, Up, Down, Home and End now move according to display lines rather than Paragraphs.

This widget can be found here http://tkinter.unpythonic.net/wiki/EnhancedText.

Thanks for any comments, bug reports, etc.

Ron Longo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080413/8f8290ab/attachment.html>


More information about the Python-list mailing list