Gtk.Adjustment.prototype.get_value

function get_value():Number {
    // Gjs wrapper for gtk_adjustment_get_value()
}

Gets the current value of the adjustment. See gtk_adjustment_set_value ().

Returns

The current value of the adjustment.