:right-sidebar: True CornerType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: CornerType :no-contents-entry: Specifies which corner a child widget should be placed in when packed into a ``GtkScrolledWindow.`` This is effectively the opposite of where the scroll bars are placed. Fields ------ .. rst-class:: interim-class .. class:: CornerType :no-index: .. attribute:: BOTTOM_LEFT Place the scrollbars on the top and right of the widget. .. attribute:: BOTTOM_RIGHT Place the scrollbars on the top and left of the widget. .. attribute:: TOP_LEFT Place the scrollbars on the right and bottom of the widget (default behaviour). .. attribute:: TOP_RIGHT Place the scrollbars on the left and bottom of the widget.