ScrolledWindow.child

Set child property.

  1. gtk.widget.Widget child [@property getter]
  2. gtk.widget.Widget child [@property setter]
    class ScrolledWindow
    @property
    void
    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.