Package: gtk

Enum gtk-scrollable-policy

Details

Defines the policy to be used in a scrollable widget when updating the scrolled window adjustments in a given orientation.
(define-g-enum "GtkScrollablePolicy" gtk-scrollable-policy
  (:export t
   :type-initializer "gtk_scrollable_policy_get_type")
  (:minimum 0)
  (:natural 1))  
:minimum
Scrollable adjustments are based on the minimum size.
:natural
Scrollable adjustments are based on the natural size.
 

See also

2021-3-19