LabelCheck is an Itcl megawidget for choosing options using a label and radiobuttons (uses blt::table to arrange the buttons in rows and columns).
set w [LabelCheck .lc \ -text {Test Label:} \ -rows 3 \ -choice {one two three four five six seven eight nine ten} \ -value {three six nine} \ -command puts] pack $w -fill x -expand 1
See LabelCheck(n) for more details.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory