Help for this page

Select Code to Download


  1. or download this
    map { [Button => $_, -command => sub { replace($_) }] } @menu_items
    
  2. or download this
    sub replace{
    
    ...
      $t->tagAdd("rp","$r","$r wordend");
    }
    1;
    
  3. or download this
    $m = $top->Menu(-tearoff => 0,font => "{arial} 12 {bold}",
            -menuitems =>        
    ...
    ...
    }
    1;
    
  4. or download this
    sub replace{
    
    ...
    }
    1;