Package: gtk

Accessor gtk:frame-child

Lambda List

gtk:frame-child (object)

Syntax

(gtk:frame-child object) => child
(setf (gtk:frame-child object) child)

Arguments

object -- a gtk:frame widget
child -- a gtk:widget child widget

Details

The accessor for the child slot of the gtk:frame class gets or sets the child widget of the frame.
 

See also

2025-09-21