tkinter, editing an entry, int-value of insert?

skanemupp at yahoo.se skanemupp at yahoo.se
Sat Apr 12 11:55:37 EDT 2008


solved this:

def Backspace():
    st = e.index(INSERT)
    e.delete(st-1,st)



More information about the Python-list mailing list