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

Accessor of the child slot of the gtk:frame class. The gtk:frame-child function gets the child widget of the frame. The (setf gtk:frame-child) function sets the child widget.
 

See also

2024-4-19