Help for this page

Select Code to Download


  1. or download this
    my $scrolled_listbox = $popup_frame->Scrolled(
            qw/Listbox -selectmode browse -scrollbars oe -exportselection 
    +0/
            );
    
  2. or download this
    my $scrolled_listbox = $popup_frame->Scrolled(
            qw/Listbox -selectmode browse -scrollbars e -exportselection 0
    +/
            );
    
  3. or download this
    $scrolled_listbox->configure(-scrollbars => 'oe');
    
  4. or download this
    $scrolled_listbox->configure(-scrollbars => 'e');