ScrolledWindow.getChild
gtk.widget.Widget getChild()Gets the child widget of scrolled_window.
If the scrolled window automatically added a gtk.viewport.Viewport, this function will return the viewport widget, and you can retrieve its child using gtk.viewport.Viewport.getChild.
Returns
the child widget of scrolled_window