Package: gtk
Class gtk:range
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible-range, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:orientable, gobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gtk:range class is the common base class for widgets which visualize an adjustment, for example the gtk:scale widget. Apart from signals for monitoring the parameters of the adjustment, the gtk:range class provides properties and methods for influencing the sensitivity of the "steppers". It also provides properties and methods for setting a "fill level" on range widgets. See the gtk:range-fill-level function. Signal DetailsThe "adjust-bounds" signallambda (range value) :run-last
The "change-value" signallambda (range scroll value) :run-last
The "move-slider" signallambda (range step) :action
The "value-changed" signallambda (range) :run-last
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2025-07-26