Gtk.ScrolledWindow.prototype.set_placement

function set_placement(window_placement:Gtk.CornerType):void {
    // Gjs wrapper for gtk_scrolled_window_set_placement()
}

Sets the placement of the contents with respect to the scrollbars for the scrolled window.

The default is Gtk.CornerType.top_left, meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in Gtk.CornerType are Gtk.CornerType.top_right, Gtk.CornerType.bottom_left, and Gtk.CornerType.bottom_right.

See also Gtk.ScrolledWindow.prototype.get_placement and Gtk.unset_placement.

window_placement

position of the child window