Package: gtk

Accessor gtk:list-box-row-child

Lambda List

gtk:list-box-row-child (object)

Syntax

(gtk:list-box-row-child object) => child
(setf (gtk:list-box-row-child object) child)

Arguments

object -- a gtk:list-box-row widget
child -- a gtk:widget child widget

Details

The accessor for the child slot of the gtk:list-box-row class gets or sets the child widget of the list box row.
 

See also

2025-07-29