Package: gtk
Function gtk:widget-set-parent
Lambda Listgtk:widget-set-parent (widget parent) ArgumentsDetails Sets parent as the parent widget of widget.
This takes care of details such as updating the state and style of the child
to reflect its new location and resizing the parent. The opposite function is the gtk:widget-unparent function. This function is useful only when implementing subclasses of the gtk:widget object. Notes | See also |
2025-2-13