Help for this page

Select Code to Download


  1. or download this
    sub ComboBoxSelect {
      my $list = shift;
    ...
        $box{2}{'obj'}->configure(-choices => \@TestList1,-state => 'norma
    +l');
      }        
    }