Module: Gtk::CornerType

Defined in:
(unknown)

Constant Summary collapse

TOP_LEFT =

Place the scrollbars on the right and bottom of the

widget (default behaviour).
0 or :top_left
BOTTOM_LEFT =

Place the scrollbars on the top and right of the

widget.
1 or :bottom_left
TOP_RIGHT =

Place the scrollbars on the left and bottom of the

widget.
2 or :top_right
BOTTOM_RIGHT =

Place the scrollbars on the top and left of the

widget.
3 or :bottom_right