Package: gtk

Accessor gtk:widget-parent

Lambda List

gtk:widget-parent (object)

Syntax

(gtk:widget-parent object) => parent

Arguments

object -- a gtk:widget object
parent -- a parent gtk:widget object

Details

The accessor for the parent slot returns the parent widget of the widget.

Notes

The parent property is not writable. Use the gtk:widget-set-parent function if you need to set a parent widget in a widget implementation.
 

See also

2026-08-30