Tkinter text widget

goldtech goldtech at worldpost.com
Sun Oct 7 07:26:22 EDT 2007


> You can scroll, but you can't see the cursor. Use
>
> for x in range(30):
>     text.insert(END, "%3d " % x + i)
>
> to check.
>
> ED

I tried it w/the line numbers. On my system I see 0-23.

But there is no way to scroll. Still the same result.




More information about the Python-list mailing list