cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:list-header-item
Lambda List
gtk:list-header-item
(
object
)
Syntax
(gtk:list-header-item object) => item
Arguments
object
-- a
gtk:list-header
object
item
-- a
g:object
instance for the item displayed
Details
The accessor for the
item
slot returns the model item at the start of the section. This is the item that occupies the list model at the
start
position. If
object
is unbound, this function returns
nil
.
Since 4.12
See also
gtk:list-header
gtk:list-header-start
2026-08-30