-Q2.F.7- vertically stack radio buttons aligning regardless of font?
From: -II- Tk Questions and Answers - How can I:
A2.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.
Parent document is top of "FAQ: comp.lang.tcl Tk Toolkit Usage Questions And Answers (1/1)"
Previous document is "-Q2.F.6- create equal sized buttons?"
Next document is "-Q2.F.8- initialize an entry widget with some text?"