in reply to Packing scrolled listboxes in Tk
my $widget = $mainwindow->Scrolled("Listbox", -relief => "sunken", -background => "gray60", -width => 90, -height => 30, ); $widget->pack(-side => "left", -fill => "both", -expand => "yes");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Packing scrolled listboxes in Tk
by jepri (Parson) on Jan 25, 2001 at 20:22 UTC |