Gtk.Adjustment Members

The members of Gtk.Adjustment are listed below.

See Also: Inherited members from Gtk.Object

Public Constructors

Internal constructor
Creates an Adjustment with the specified value and bounds.

Protected Constructors

Default constructor.
Protected Constructor.

Public Properties

[read-only]
static
GTypeGLib.GType. GType Property.
Lowerdouble. Retrieve the lower bound of this Adjustment.
PageIncrementdouble. Manage the increment used to make major changes to the value.
PageSizedouble. Manage the size of a 'page'.
StepIncrementdouble. The increment to use to make minor changes to the value.
Upperdouble. Retrieve the upper bound of this Adjustment.
Valuedouble. Manage the current value.

Public Methods

Change()
Fires the Adjustment.Changed event.
ChangeValue()
Fires the Adjustment.ValueChanged event.
ClampPage(double, double)
Used to inform the Adjustment's view that a new visible range should be displayed.
SetBounds(double, double, double, double, double)
Sets all the properties of the Adjustment at the same time.

Protected Methods

OnChanged()
Virtual method to override the Adjustment.Changed event default handler.
OnValueChanged()
Virtual method for Adjustment.ValueChanged event default handling.

Public Events

ChangedThis event is raised when Adjustment.Change is called.
ValueChangedThis event is raised when Adjustment.ChangeValue is called.