Help for this page

Select Code to Download


  1. or download this
        my $menuitem = [ [command => 'Open', -image => $compound], [comman
    +d => 'close'] ];
    
  2. or download this
        $menuitem = [ [command => 'Open'], [command => 'close'] ];
        $menubar->cascade(-label => 'Edit', -tearoff => 0, -menuitems => $
    +menuitem);