Package: gtk
Class gtk-adjustment
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails 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 widgets, including the gtk-spin-button, gtk-viewport, and gtk-range widget, which is a base class for the gtk-scrollbar, and gtk-scale widgets. The gtk-adjustment object does not update the value itself. Instead it is left up to the owner of the gtk-adjustment object to control the value. Signal DetailsThe "changed" signallambda (adjustment) :no-recurseEmitted when one or more of the adjustment properties have been changed, other than the value property.
The "value-changed" signallambda (adjustment) :no-recurseEmitted when the value property of the adjustment has been changed.
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
*2021-12-18