Tkinter: making buttons the same size?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Apr 5 16:11:56 EDT 2008


On Sat, 05 Apr 2008 10:04:56 -0700, skanemupp wrote:

> how do i do that?

Please include enough from the post you are answering to make the context
clear for someone who has not received the previous message.

BTW I don't think the `width` argument of the `Button()` call is the best
solution.  Take a look at the options of the `grid()` call and figure out
how to tell that the content of the cell should fill it, so that the
Buttons in the grid automatically are equally sized in each row and column.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list