Package org.gnome.gtk

Class Range

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, AccessibleRange, Buildable, ConstraintTarget, Orientable
Direct Known Subclasses:
Scale

@Generated("io.github.jwharm.JavaGI") public class Range extends Widget implements Accessible, AccessibleRange, Buildable, ConstraintTarget, Orientable
GtkRange is the common base class for widgets which visualize an adjustment.

Widgets that are derived from GtkRange include Scale and 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 setFillLevel(double).

Shortcuts and Gestures
The GtkRange slider is draggable. Holding the Shift key while dragging, or initiating the drag with a long-press will enable the fine-tuning mode.