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

Accessor of the parent slot of the gtk:widget class. The gtk:widget-parent function 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

2025-2-13