cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:paned-position
Lambda List
gtk:paned-position
(
object
)
Syntax
(gtk:paned-position object) => position
(setf (gtk:paned-position position) position)
Arguments
object
-- a
gtk:paned
widget
position
-- an integer for the pixel position of divider, a negative value means that the position is unset
Details
The accessor for the
position
slot of the
gtk:paned
class gets or sets the position of the divider between the two panes.
See also
gtk:paned
gtk:paned-max-position
gtk:paned-min-position
2025-07-31