- or download this
$widget->configure(-height=>X,
-width=>Y);
- or download this
#Create a scrolled listbox
$list->configure(-height=>12,
...
$list->configure(-height=>12,
-width =>100);
$list->pack();
- or download this
sub initList
{
...
return;
}
- or download this
sub listData
{
...
return;
}