setChild

open fun setChild(child: Widget? = null)

Sets the child widget of @scrolled_window.

If @child does not implement the iface@Gtk.Scrollable interface, the scrolled window will add @child to a class@Gtk.Viewport instance and then add the viewport as its child widget.

Parameters

child

the child widget