Help for this page

Select Code to Download


  1. or download this
    # Insert in open_file after $ListBox is defined.
    $ListBox->bind('<ButtonRelease-1>',
                   sub { $filename = $ListBox->get('active')});
    
  2. or download this
        # Insert in load after $filename is set.
        $mw->configure(-title => 'TextEd - ' . $filename);