ScrolledWindowGidBuilderImpl.child

Set child property.

class ScrolledWindowGidBuilderImpl(T)
T
child

Parameters

propval gtk.widget.Widget

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.

Return Value

Type: T

Builder instance for fluent chaining