Help for this page

Select Code to Download


  1. or download this
    my $wrap = $menu->entrycget(3, '-menu')->entrycget(3, '-menu');
    $wrap->invoke(0);
    
  2. or download this
    my $wrap = $menu->entrycget(3, '-menu')->entrycget(3, '-menu');
    my $word = $wrap->entrycget(0, '-value');  # 'word'
    ${ $wrap->entrycget(0, '-variable') } = $word;