ScrolledWindow.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.

class ScrolledWindow
getChild
()

Return Value

Type: gtk.widget.Widget

the child widget of scrolled_window