Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Tk Popup menu

by welle (Beadle)
on Mar 01, 2013 at 11:35 UTC ( [id://1021230]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub add_edit_popup
    {
    ...
      $obj->bind('<3>', ['PostPopupMenu', Ev('X'), Ev('Y'), ]);
      return $obj;
    }
    
  2. or download this
    my $frame_GUI = $mw->toplevel;
    
    ...
    my     $menu_import = $menu_export_import -> cascade(-label =>"Import"
    +, -underline => 0, -tearoff => 0);
        $menu_import->command(-label => 'MS Word)',-command => sub{import_
    +word()});
        $menu_import->command(-label => 'MS Excel', -command => sub{import
    +_excel()});
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1021230]
Approved by Ratazong
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found