Adjustment
GtkAdjustment
is a model for a numeric value.
The GtkAdjustment
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 class@Gtk.SpinButton, class@Gtk.Viewport, class@Gtk.Scrollbar and class@Gtk.Scale.
The GtkAdjustment
object does not update the value itself. Instead it is left up to the owner of the GtkAdjustment
to control the value.
Constructors
Properties
Functions
Emitted when one or more of the GtkAdjustment
properties have been changed.
Emitted when the value has been changed.
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.
Sets the page increment of the adjustment.
Sets the page size of the adjustment.
Sets the step increment of the adjustment.