Method
GtkScrolledWindowget_placement
Declaration [src]
GtkCornerType
gtk_scrolled_window_get_placement (
GtkScrolledWindow* scrolled_window
)
Description [src]
Gets the placement of the contents with respect to the scrollbars for the scrolled window. See gtk_scrolled_window_set_placement().
Return value
Type: GtkCornerType
The current placement value.
See also gtk_scrolled_window_set_placement()
and gtk_scrolled_window_unset_placement().