Adjustment.setUpper
void setUpper(double upper)Sets the maximum value of the adjustment.
Note that values will be restricted by upper - page-size if the page-size property is nonzero.
See gtk.adjustment.Adjustment.setLower about how to compress multiple emissions of the gtk.adjustment.Adjustment.changed signal when setting multiple adjustment properties.
Parameters
upper | the new maximum value |