CornerType
Description:
[ CCode ( cprefix = "GTK_CORNER_" , type_id = "gtk_corner_type_get_type ()" ) ]
public enum CornerType
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.
Content:
Enum values:
- BOTTOM_LEFT - Place the scrollbars on
the top and right of the widget.
- BOTTOM_RIGHT - Place the scrollbars on
the top and left of the widget.
- TOP_LEFT - Place the scrollbars on the
right and bottom of the widget (default behaviour).
- TOP_RIGHT - Place the scrollbars on the
left and bottom of the widget.