cl-cffi-gtk3
API documentation
Package:
gtk
Accessor gtk:level-bar-value
Lambda List
gtk:level-bar-value
(
object
)
Syntax
(gtk:level-bar-value object) >= value
(setf (gtk:level-bar-value object) value)
Arguments
object
-- a
gtk:level-bar
widget
value
-- a number coerced to a double float for a value in the interval between the
min-value
and
max-value
values
Details
The accessor for the
value
slot gets or sets the value of the level bar in the interval between the
min-value
and
max-value
values.
See also
gtk:level-bar
2026-06-20