Tkinter : button size

dsavitsk dsavitsk at e-coli.net
Fri Jan 26 22:26:45 EST 2001


> Is there any neat way I can force all the buttons to be the same
> size regardless of the number of characters in the label?

self.cmdX = Button(frame, width=15, text='Text Here', borderwidth=3,
relief=GROOVE, command=self.cmdXPress)

ds





More information about the Python-list mailing list