ScrolledWindow.setPlacement

void setPlacement(gtk.types.CornerType windowPlacement)

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

The default is gtk.types.CornerType.TopLeft, meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in #GtkCornerType are gtk.types.CornerType.TopRight, gtk.types.CornerType.BottomLeft, and gtk.types.CornerType.BottomRight.

See also gtk.scrolled_window.ScrolledWindow.getPlacement and gtk.scrolled_window.ScrolledWindow.unsetPlacement.

Parameters

windowPlacementposition of the child window