Description Usage Arguments Details Author(s)
Sets the placement of the contents with respect to the scrollbars for the scrolled window.
1 | gtkScrolledWindowSetPlacement(object, window.placement)
|
|
a |
|
position of the child window |
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
.
See also gtkScrolledWindowGetPlacement
and
gtkScrolledWindowUnsetPlacement
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.