Help for this page

Select Code to Download


  1. or download this
    require MenuPopup;
    
  2. or download this
      $winInfoRef->{HLIST}->bind('<Button-3>' => sub{
                       MenuPopup($winInfoRef->{MENU},
                         -popover=>"cursor",-popanchor=>'ne')
                     });
    
  3. or download this
     $winInfoRef->{HLIST}->bind('<Button-3>' => sub{
                       $winInfoRef->{MENU}->MenuPopup(
                         -popover=>"cursor",-popanchor=>'ne');
                     });
    
  4. or download this
    #Note this can be used to in place of the Popup Method found in TK/Wm.
    +pm
    #
    ...
    #needed for require
    return 1;