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