gtkScrolledWindowSetPlacement {RGtk2}R Documentation

gtkScrolledWindowSetPlacement

Description

Sets the placement of the contents with respect to the scrollbars for the scrolled 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.

Usage

gtkScrolledWindowSetPlacement(object, window.placement)

Arguments

object [GtkScrolledWindow] a GtkScrolledWindow
window.placement [GtkCornerType] position of the child window

Details

See also gtkScrolledWindowGetPlacement and gtkScrolledWindowUnsetPlacement. 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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]