Leser: 2
3 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
my $list
= $page->Scrolled(
'Listbox',
-scrollbars => 'oe',
-height => 10,
-exportselection => 0,
);
$list->pack(-fill => 'x');
$list->bind('<ButtonRelease-1>',
\&fill_entries,
);
3 Einträge, 1 Seite |