ScrolledWindow.child

gtk.widget.Widget child() @property

Get child property.

Returns

The child widget.

When setting this property, if the child widget does not implement [gtk.scrollable.Scrollable], the scrolled window will add the child to a [gtk.viewport.Viewport] and then set the viewport as the child.

void child(gtk.widget.Widget propval) @property

Set child property.

Parameters

propvalThe child widget. When setting this property, if the child widget does not implement [gtk.scrollable.Scrollable], the scrolled window will add the child to a [gtk.viewport.Viewport] and then set the viewport as the child.