[Tkinter-discuss] How do I delete the current line in a Text widget

2010-09-30 Thread Baz79
What arguments should delete() take in order to delete the current line? Thanks, Barry -- View this message in context: http://old.nabble.com/How-do-I-delete-the-current-line-in-a-Text-widget-tp29852273p29852273.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _

[Tkinter-discuss] Callback when insertion cursor moves

2010-09-30 Thread Baz79
Hi there, I have two text widgets. I have managed to program these so that they can be scrolled by the same scroll bars. However, if I move the cursor position in one widget, how can I get it to also move in the other widget? Thanks for your help, Barry -- View this message in context: http:/