Tkinter layout problem

David Dawkins david_j_dawkins at spamless.hotmail.com
Thu Oct 31 16:02:37 EST 2002


The answer is to use the "sticky" option. I looked for ages before
I posted, honest.:)

David

"David Dawkins" <david_j_dawkins at spamless.hotmail.com> wrote in message
news:BBgw9.1505$J45.161011 at newsfep1-win.server.ntli.net...
> Hi,
> Can anybody show me how to create the following, please?
>
> My main window has three sections, laid out on top of each
> other:
>
>    Label: [Entry]  Label:[Entry] Button
>    Text #1 (resizable width and height)
>    Text #2 (resizable width only)
>
> I put the top set of Labels and Entry objects in their own
> Frame, so used the Gridder to stack the Frame and Text
> objects on top of each other. Anyhow, after much trial and
> error I'm unable to make the middle Text object resize its
> height, even after doing a columnconfigure.
>
> I'd appreciate any help you can offer.
>
> Thanks
> David
>
>





More information about the Python-list mailing list