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.

Value | Symbolic name | Description |
| Â Â 0 | Gtk::CORNER_TOP_LEFT | Place the scrollbars on the right and bottom of the widget (default behaviour). |
| Â Â 1 | Gtk::CORNER_BOTTOM_LEFT | Place the scrollbars on the top and right of the widget. |
| Â Â 2 | Gtk::CORNER_TOP_RIGHT | Place the scrollbars on the left and bottom of the widget. |
| Â Â 3 | Gtk::CORNER_BOTTOM_RIGHT | Place the scrollbars on the top and left of the widget. |