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.
ScrolledWindow.child
gtk.widget.Widget child() @propertyGet child property.
Returns
The child widget.
void child(gtk.widget.Widget propval) @propertySet child property.
Parameters
propval | 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. |