tkinter question
Kevin Walzer
kw at codebykevin.com
Fri Oct 5 08:10:57 EDT 2007
Eric Brunel wrote:
>
> BTW, even for something that simple, using the grid geometry manager may
> be easier... It is at least easier to explain: don't ask me what the
> expand=1 option means, I never understood it... I just add or remove it
> when the pack doesn't do what I want. The sticky option with grid is
> easier to handle.
>
"expand = 1" == "expand=TRUE"--that means the widget resizes itself
when the window is re-sized.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Python-list
mailing list