Help for this page
$TOP->optionAdd("*Cursor",'');
sub help_menuitems { ... } $help=$menubar->Menubutton(-cursor=>'',-text=>$messages[50],-menuitems + => help_menuitems,-tearoff=>0,-state=>'active'); $help->pack(qw/-side left/);
... my $cur = $Tk::postedMb; ... $menu->activate('none'); $menu->GenerateMenuSelect; ...