GtkAdjustment

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.

struct GtkAdjustment {}

Members

Variables

parentInstance
GInitiallyUnowned parentInstance;