Help for this page
#for an entry widget $entry->delete(0,'end'); $entry->insert(0,$word);
#for a textbox $text->delete("1.0","end"); ... $text->see('end');