Gtk.Adjustment.prototype.get_upper
function get_upper():Number {
// Gjs wrapper for gtk_adjustment_get_upper()
}Retrieves the maximum value of the adjustment.
Since 2.14
- Returns
The current maximum value of the adjustment.
function get_upper():Number {
// Gjs wrapper for gtk_adjustment_get_upper()
}Retrieves the maximum value of the adjustment.
Since 2.14
The current maximum value of the adjustment.