-Q10.F.7- vertically stack radio buttons aligning regardless of font?

From: -X-  How, in Tk, can I XXX:

A10.F.7.  Till Brychcy <brychcy@informatik.tu-muenchen.de> provides
the following example:


	radiobutton .times -text Times -anchor w
	radiobutton .helvetica -text Helvetica -anchor w
	radiobutton .courier -text Courier -anchor w
	pack .times .helvetica .courier -side top -fill x

Note that you are using anchor west in the widgets themselves, and not in
the packer.  This lets the packer produce full width buttons.
Go Back Up

Go To Previous

Go To Next