Help for this page

Select Code to Download


  1. or download this
    $top->bind( 'Tk::Entry', '<Enter>', \&your_subroutine );
    
  2. or download this
    $top->bind( 'Tk::Entry', '<KeyRelease>', [\&subroutine, Ev('K')] );