set_placement


Description:

public void set_placement (CornerType window_placement)

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 CornerType are gtk_corner_top_right, gtk_corner_bottom_left, and gtk_corner_bottom_right .

See also get_placement and unset_placement.

Parameters:

this

a ScrolledWindow

window_placement

position of the child window