SuperclassesDocumented Subclasses
None
Direct SlotslowerThe lower property of type :double (Read / Write) The minimum value of the adjustment. Default value: 0.0d0 page-incrementThe page-increment property of type :double (Read / Write) The page increment of the adjustment. Default value: 0.0d0 page-sizeThe page-size property of type :double (Read / Write)
The page size of the adjustment. Note that the page size is irrelevant and
should be set to zero if the adjustment is used for a simple scalar value. Default value: 0.0d0 step-incrementThe step-increment property of type :double (Read / Write) The step increment of the adjustment. Default value: 0.0d0 upperThe upper property of type :double (Read / Write)
The maximum value of the adjustment. Note that values will be restricted by ( upper - page-size) if the page-size property is nonzero. Default value: 0.0d0 valueThe value property of type :double (Read / Write) The value of the adjustment. Default value: 0.0d0 Details 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.
Adjustments are used within several widgets, including the gtk:spin-button, gtk:viewport and gtk:scale widget. The gtk:adjustment object does not update the value itself. Instead it
is left up to the owner of the object to control the value. Signal Details
The "changed" signal
lambda (adjustment) :no-recurse
Emitted when one or more of the adjustment properties have been changed, other than the value property.
The "value-changed" signal
lambda (adjustment) :no-recurse Emitted when the value property of the adjustment
has been changed. |
| Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |