ScrolledWindow.child

Get child property.

  1. gtk.widget.Widget child [@property getter]
    class ScrolledWindow
    @property
    child
    ()
  2. gtk.widget.Widget child [@property setter]

Return Value

Type: 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.