|< 1 2 >| | 17 Einträge, 2 Seiten |
1 2 3 4 5 6 7 8
$ausgabe = $f3->Scrolled('HList', -header=>1, -columns=>2, -scrollbars=>'osoe', -width=>70, -height=>30, -selectbackground=>'SeaGreen' )->pack(-expand=>1,-fill=>'both');
Tk::Hlist,perldoc\n\n*$hlist*->see(*$entryPath*)
Adjust the view in the HList so that the entry given by *$entryPath*
is visible. If the entry is already visible then the method has no
effect; if the entry is near one edge of the window then the HList
scrolls to bring the element into view at the edge; otherwise the
HList widget scrolls to center the entry.
|< 1 2 >| | 17 Einträge, 2 Seiten |