Groups | Search | Server Info | Login | Register
Groups > comp.lang.perl.tk > #283
| From | Josef Möllers <josef@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.perl.tk |
| Subject | Re: Maximize widget sizes |
| Date | 2025-08-17 10:16 +0200 |
| Message-ID | <mgdhfiFndg4U1@mid.individual.net> (permalink) |
| References | <mgc9pcFhg8jU1@mid.individual.net> <example-20250816231533@ram.dialup.fu-berlin.de> |
On 17.08.25 00:16, Stefan Ram wrote: > =?UTF-8?Q?Josef_M=C3=B6llers?= <josef@invalid.invalid> wrote or quoted: >> What do I need to do to have all the widgets grow to fill the large >> MainWindow? [...] > $mw->gridColumnconfigure($col, -weight => 1); # make this column expand when window grows [...] > $mw->gridRowconfigure($row, -weight => 1); # expand last partially filled row [...] Ah ... Stefan ... You made my day! If you ever come to Paderborn, drop me a hint and I'll invite you over for a drink of any kind! Thanks and have a nice Sunday, Josef
Back to comp.lang.perl.tk | Previous — Previous in thread | Find similar
Maximize widget sizes Josef Möllers <josef@invalid.invalid> - 2025-08-16 22:59 +0200
Re: Maximize widget sizes ram@zedat.fu-berlin.de (Stefan Ram) - 2025-08-16 22:16 +0000
Re: Maximize widget sizes Josef Möllers <josef@invalid.invalid> - 2025-08-17 10:16 +0200
csiph-web