Scale widgets can display their current value as a number next to the
trough. By default they show the value, but you can change
this with the set_draw_value() method.
The value displayed by a scale widget is rounded to one decimal point
by default, as is the value field in its Gtk::Adjustment. You can
change this with the set_digits() method.
Also, the value can be drawn in different positions
relative to the trough, specified by the set_value_pos() method.