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.
the child widget of scrolled_window
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.