Enumeration (GI Enum)

Gtk-4.0GtkCornerType

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.

Index

Enumeration Members

BOTTOM_LEFT: number

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

BOTTOM_RIGHT: number

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

TOP_LEFT: number

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

TOP_RIGHT: number

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