# hscale.tcl --
#
# This demonstration script shows an example with a horizontal scale.
#
# SCCS: @(#) hscale.tcl 1.3 96/02/16 10:49:47
catch {destroy $w}
toplevel $w
label $w.msg -font $font -wraplength 3.5i -justify left -text "An arrow and a horizontal scale are displayed below. If you click or drag mouse button 1 in the scale, you can change the length of the arrow."
}
}