[ CCode ( type_id = "gtk_range_get_type ()" ) ]
public abstract class Range : Widget, Implementor, Buildable, Orientable
Base class for widgets which visualize an adjustment.
Widgets that are derived from `GtkRange` include [class@Gtk.Scale] and [class@Gtk.Scrollbar].
Apart from signals for monitoring the parameters of the adjustment, `GtkRange` provides properties and methods for setting a “fill level” on range widgets. See [method@Gtk.Range.set_fill_level].
The `GtkRange` slider is draggable. Holding the <kbd>Shift</kbd> key while dragging, or initiating the drag with a long-press will enable the fine-tuning mode.