Thanks everyone for the incredibly helpful replies! I got the effect
I wanted, no problem. I don't know why I didn't think to remove the
expand option. I thought the sticky option would constrain the
expansion.
Thanks again,
~Simon
--
http://mail.python.org/mailman/listinfo/python-list
In article <[EMAIL PROTECTED]>,
Simon Forman <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I realize this is more of a Tk question than a python one, but since
> I'm using python and don't know Tcl/Tk I figured I'd ask here first
> before bugging the Tcl folks.
>
> I am having a terrible time trying
On Sep 12, 6:22 pm, Simon Forman <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>Snip> Any thoughts or advice?
>
> Thanks in advance,
> ~Simon
>
This seems to do what you want, the difference is that the expand
option is left out top and bottom, also I increased height and put in
a width value as well:
fr
On Wednesday 12 September 2007 13:22, Simon Forman wrote:
> Hi all,
>
> I realize this is more of a Tk question than a python one, but
> since I'm using python and don't know Tcl/Tk I figured I'd ask here
> first before bugging the Tcl folks.
>
> I am having a terrible time trying to get a pack() l
Hi all,
I realize this is more of a Tk question than a python one, but since
I'm using python and don't know Tcl/Tk I figured I'd ask here first
before bugging the Tcl folks.
I am having a terrible time trying to get a pack() layout working.
I have three frames stacked top to bottom and stretchi