Package: gtk

GEnum gtk:scrollable-policy

Declaration

(gobject:define-genum "GtkScrollablePolicy" scrollable-policy
  (:export t
   :type-initializer "gtk_scrollable_policy_get_type")
  (:minimum 0)
  (:natural 1))  

Values

:minimum
Scrollable adjustments are based on the minimum size.
:natural
Scrollable adjustments are based on the natural size.

Details

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

See also

2023-8-6