GtkCornerTypeGtkCornerTypeEnums
 Value | Symbolic name | Description |  |   0 | GTK_CORNER_TOP_LEFT | 
   The child is above and to the left of the scrollbars, so that
   the scrollbars are placed to the right and bottom of it.  This
   is the default behaviour.
   |  |   1 | GTK_CORNER_BOTTOM_LEFT | 
   The child is below and to the left of the scrollbars, so that
   the scrollbars are placed at the right and top of the window.
   |  |   2 | GTK_CORNER_TOP_RIGHT | 
   The child is above and to the right of the scrollbars, i.e. the
   scrollbars are positioned at the left and bottom of the window.
   |  |   3 | GTK_CORNER_BOTTOM_RIGHT | 
   The child is below and to the right of the scrollbars, so that
   the scrollbars are displayed at the left and top of the window.
   |   
 | 
 
 
 |