GtkCornerType

Specifies which corner a child widget should be placed in when packed into a gtk.ScrolledWindow This is effectively the opposite of where the scroll bars are placed.

Values

ValueMeaning
TOP_LEFT0

Place the scrollbars on the right and bottom of the widget (default behaviour).

BOTTOM_LEFT1

Place the scrollbars on the top and right of the widget.

TOP_RIGHT2

Place the scrollbars on the left and bottom of the widget.

BOTTOM_RIGHT3

Place the scrollbars on the top and left of the widget.