set_placement
Description:
Sets the placement of the contents with respect to the scrollbars for the scrolled window.
The default is gtk_corner_top_left, meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in [enum@Gtk.CornerType] are gtk_corner_top_right, gtk_corner_bottom_left, and gtk_corner_bottom_right.
See also [method@Gtk.ScrolledWindow.get_placement] and [method@Gtk.ScrolledWindow.unset_placement].
Parameters:
this |
a `GtkScrolledWindow` |
window_placement |
position of the child window |