GtkRange is an abstract base
class for "slider" widgets. These widgets modify some
numeric value as a "slider" is moved in a "trough." The
two subclasses of GtkRange
are GtkScale, used to allow
the user to enter a numeric value, and GtkScrollbar, the GTK+ scrollbar
widget.