Tkinter/Canvas question, Please Help

Fredrik Lundh fredrik at pythonware.com
Tue Nov 19 07:42:33 EST 2002


"benson123456" wrote:

> third question:
> if I am using the grid method, does every row and column has to be the
> same size?

you can use the "columnspan" and "rowspan" options to create
cells that span more than one column/row:

http://www.pythonware.com/library/tkinter/introduction/grid.htm

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list