Help for this page

Select Code to Download


  1. or download this
    $widget->update;
    
  2. or download this
    use strict;
    use Tk;
    ...
          $counter++;
       }
    }
    
  3. or download this
    sub runCounter {
       $counter = 0;
    ...
          $mw->idletasks;
       }
    }
    
  4. or download this
    sub runCounter {
       $counter = 0;
    ...
          $mw->update;
       }
    }