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...',
        ],
    );