Help for this page

Select Code to Download


  1. or download this
    my $widget=$toplevel->Listbox(-height=>0,-width=>0)->pack;
    
  2. or download this
    my $widget=$toplevel->Scrolled('Listbox', -scrollbars=>'e',-height=>0,
    + -width=>0)->pack;