cut & paste text between tkinter widgets

William Gill noreply at gcgroup.net
Wed Aug 3 11:17:51 EDT 2005


Is there a simple way to cut and paste from a tkinter text widget to an 
entry widget?  I know I could create a mouse button event that triggers 
a popup (message widget) prompting for cut/paste in each of the widgets 
using a temp variable to hold the text, but I don't wnat to reinvent the 
wheel if there already is something that does the job.

Thanks,

Bill



More information about the Python-list mailing list