gtkScrolledWindowSetPlacement {RGtk2} | R Documentation |
Determines the location of the child widget with respect to the
scrollbars. The default is GTK_CORNER_TOP_LEFT
, meaning the child is
in the top left, with the scrollbars underneath and to the right.
Other values in GtkCornerType
are GTK_CORNER_TOP_RIGHT
,
GTK_CORNER_BOTTOM_LEFT
, and GTK_CORNER_BOTTOM_RIGHT
.
gtkScrolledWindowSetPlacement(object, window.placement)
|
[GtkScrolledWindow ] A GtkScrolledWindow . |
|
[GtkCornerType ] Position of the child window. |
Derived by RGtkGen from GTK+ documentation