Method

GtkScrolledWindowset_min_content_height

since: 3.0

Declaration [src]

void
gtk_scrolled_window_set_min_content_height (
  GtkScrolledWindow* scrolled_window,
  gint height
)

Description [src]

Sets the minimum height that scrolled_window should keep visible. Note that this can and (usually will) be smaller than the minimum size of the content.

It is a programming error to set the minimum content height to a value greater than GtkScrolledWindow:max-content-height.

Available since: 3.0

Parameters

height

Type: gint

The minimal content height.