Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Tk::Balloon and unclunky menus.

by aplonis (Pilgrim)
on Feb 01, 2012 at 00:27 UTC ( [id://951101]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    map { $menubar->cascade( -label => '~' . $_->[0], -menuitems => $_->[1
    +]) } [ 'Choices', char_string ];
    
    ...
            ['command', 'bar', -command => sub { $char_string = "that"} ],
        ]
    }
    
  2. or download this
    $b->attach( $menu, -state => 'balloon',
        -msg => [
    ...
            'Do that...',
        ],
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found