Enumeration

GtkScrollablePolicy

Declaration

enum Gtk.ScrollablePolicy

Description [src]

Defines the policy to be used in a scrollable widget when updating the scrolled window adjustments in a given orientation.

Members

GTK_SCROLL_MINIMUM

Scrollable adjustments are based on the minimum size.

  • Value: 0
  • Available since: 3.0
GTK_SCROLL_NATURAL

Scrollable adjustments are based on the natural size.

  • Value: 1
  • Available since: 3.0