The members of Gtk.Adjustment are listed below.
See Also: Inherited members from Gtk.Object
| Internal constructor | ||
| Creates an Adjustment with the specified value and bounds. |
| Default constructor. | ||
| Protected Constructor. |
| [read-only] static | GType | GLib.GType. GType Property. |
| Lower | double. Retrieve the lower bound of this Adjustment. | |
| PageIncrement | double. Manage the increment used to make major changes to the value. | |
| PageSize | double. Manage the size of a 'page'. | |
| StepIncrement | double. The increment to use to make minor changes to the value. | |
| Upper | double. Retrieve the upper bound of this Adjustment. | |
| Value | double. Manage the current value. |
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. | ||
OnChanged()Virtual method to override the Adjustment.Changed event default handler. | ||
OnValueChanged()Virtual method for Adjustment.ValueChanged event default handling. | ||
| Changed | This event is raised when Adjustment.Change is called. | |
| ValueChanged | This event is raised when Adjustment.ChangeValue is called. |