Go up one levelGo to Previous Go to Next

LabelCheck

LabelCheck is an Itcl megawidget for choosing options using a label and radiobuttons (uses blt::table to arrange the buttons in rows and columns).

Example:

 
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.


Go up one levelGo to Previous Go to Next

Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory