getChild

open fun getChild(): Widget?

Gets the child widget of @scrolled_window.

If the scrolled window automatically added a class@Gtk.Viewport, this function will return the viewport widget, and you can retrieve its child using method@Gtk.Viewport.get_child.

Return

the child widget of @scrolled_window