gtk.Adjustment

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

Adjustment
class Adjustment

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).