cl-cffi-gtk4
API documentation
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
gtk:frame
gtk:widget
2025-09-21