The gtk.Adjustment object represents a value which has an associated lower and upper bound, together with step and page increments, and a page size. It is used within several GTK+ widgets, including gtk.SpinButton, gtk.Viewport, and gtk.Range (which is a base class for gtk.Scrollbar and gtk.Scale).
Undocumented in source.