tkinter buttons and columnspan

Eric Brunel eric.brunel at pragmadev.com
Wed Jan 22 03:59:00 EST 2003


Stephen Boulet wrote:
> Is there a way, when using grid to place widgets in tkinter, to make a 
> button fully occupy multiple columns?
> 
> -- Stephen

What's your point? Doesn't:

b = Button(...)
b.grid(row=..., column=..., columnspan=...)

work?
-- 
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com





More information about the Python-list mailing list