Creates a new gtk.adjustment.Adjustment.
Updates the value property to ensure that the range between lower and upper is in the current page.
Sets all properties of the adjustment at once.
Connect to Changed signal.
Connect to ValueChanged signal.
Retrieves the minimum value of the adjustment.
Gets the smaller of step increment and page increment.
Retrieves the page increment of the adjustment.
Retrieves the page size of the adjustment.
Retrieves the step increment of the adjustment.
Retrieves the maximum value of the adjustment.
Gets the current value of the adjustment.
Sets the minimum value of the adjustment.
Sets the page increment of the adjustment.
Sets the page size of the adjustment.
Sets the step increment of the adjustment.
Sets the maximum value of the adjustment.
Sets the gtk.adjustment.Adjustment value.
gtk.adjustment.Adjustment is a model for a numeric value.
The gtk.adjustment.Adjustment has an associated lower and upper bound. It also contains step and page increments, and a page size.
Adjustments are used within several GTK widgets, including gtk.spin_button.SpinButton, gtk.viewport.Viewport, gtk.scrollbar.Scrollbar and gtk.scale.Scale.
The gtk.adjustment.Adjustment object does not update the value itself. Instead it is left up to the owner of the gtk.adjustment.Adjustment to control the value.