Package: gtk
Class gtk:adjustment
Superclassesgobject:initially-unowned, gobject: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:scale widget. 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-recurse
The "value-changed" signallambda (adjustment) :no-recurse
| Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2023-8-25