GtkCornerType

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.

Values

ValueMeaning
TopLeft0

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

BottomLeft1

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

TopRight2

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

BottomRight3

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