in reply to Tk window panes not resizing the way I want
toparams_box()->pack (-side => 'top', -anchor=>'w', -expand=>1, -fill=>' +x');
seems to do it.params_box()->pack (-side => 'top', -anchor=>'w', -expand=>0);
--traveler
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk window panes not resizing the way I want
by John M. Dlugosz (Monsignor) on Nov 21, 2002 at 23:17 UTC | |
by traveler (Parson) on Nov 21, 2002 at 23:40 UTC | |
by John M. Dlugosz (Monsignor) on Nov 22, 2002 at 15:28 UTC |