in reply to Packing scrolled listboxes in Tk

UPDATED
my $widget = $mainwindow->Scrolled("Listbox", -relief => "sunken", -background => "gray60", -width => 90, -height => 30, ); $widget->pack(-side => "left", -fill => "both", -expand => "yes");


Azatoth a.k.a Captain Whiplash

Get YOUR PerlMonks Stagename here!

Replies are listed 'Best First'.
Re: Re: Packing scrolled listboxes in Tk
by jepri (Parson) on Jan 25, 2001 at 20:22 UTC
    Thanks for the try, but that code gives me a listbox with two scrollbars, again nonresizable.

    Update:

    Sorry azatoth, I missed the pack statement you added above, which was correct, as is ichimunki's below.

    ____________________
    Jeremy
    I didn't believe in evil until I dated it.