in reply to Re: Re: Tk window panes not resizing the way I want
in thread Tk window panes not resizing the way I want

OOPS, I missed that criterion. Then try the line:
params_box()->pack (-side => 'top', -anchor=>'w', -expand=>0, -fill=>' +x');
This causes width expansion to all be in the rightmost part. Is that what you want?

--traveler

Replies are listed 'Best First'.
Re: Re: Re: Re: Tk window panes not resizing the way I want
by John M. Dlugosz (Monsignor) on Nov 22, 2002 at 15:28 UTC
    Yes, that work right. I can't imagine why I didn't try that permutation when I was writing it originally. Perhaps it's a bug that's been fixed since? I recall that info on gridColumnconfigure was hard to come by, and it was rather picky.

    Many thanks.

    —John