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
This causes width expansion to all be in the rightmost part. Is that what you want?params_box()->pack (-side => 'top', -anchor=>'w', -expand=>0, -fill=>' +x');
--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 |