![]() |
|< 1 2 >| | ![]() |
14 Einträge, 2 Seiten |
1
2
push(@listboxes, $f2->Listbox()->pack (-side => 'left', -expand => 1, -fill => 'both'));
$f2->Scrollbar(-command, [yview => $listboxes[$_]])->pack (-side => 'left', -expand => 1, -fill => 'both');
1
2
3
4
push( @listboxes,
$f2->Scrolled( -scrollbars => 'osoe' ) # optional sueden, optional osten
->pack( -side => 'left', -expand => 1, -fill => 'both' )
);
1
2
3
4
push( @listboxes,
$f2->Scrolled( -scrollbars => 'osoe' ) # optional sueden, optional osten
->pack( -side => 'left', -expand => 1, -fill => 'both' )
);
1
2
3
4
5
Attempt to load 'Tk::Frame::-
Tk::Widget::AUTOLOAD(
d at C:/Perl/lib/Tk/Widget.pm
Tk::Widget::Scrolled(
called at C:\bsp1.pl line 53
1
2
3
4
push( @listboxes,
$f2->Scrolled('Listbox', -scrollbars => 'osoe' ) # optional sueden, optional osten
->pack( -side => 'left', -expand => 1, -fill => 'both' )
);
![]() |
|< 1 2 >| | ![]() |
14 Einträge, 2 Seiten |