LabelEntryScale is an Itcl widget combining a labeled entry with a scale widget to make a scale with an editable entry field. This widget is useful for enterring numerical values.
set w [LabelEntryScale .les \ -text "Test label:" \ -from 10 \ -to 120 \ -value 25 \ -valuewidth 4 \ -validate real \ -relief sunken \ -borderwidth 3 \ -command puts \ -entrycommand foo \ -validate real \ -orient horizontal]
See LabelEntryScale(n) for more details.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory