Help for this page

Select Code to Download


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