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