Help for this page

Select Code to Download


  1. or download this
    $widget{'bars'}[0]{'bar1'} = $mw->Entry( -textvariable => \$hash{'bars
    +'}[0]{'bar1'} ) ;
    
  2. or download this
    $widget_current_bar = \$widget{'bars'}[0]{'bar1'};
    $source_current_bar = \$hash{'bars'}[0]{'bar1'};
    $$source_current_bar = $mw->Entry( -textvariable => $source_current_ba
    +r)