Package: gtk

GEnum gtk-sensitivity-type

Details

Determines how GTK handles the sensitivity of stepper arrows at the end of range widgets.
(define-g-enum "GtkSensitivityType" gtk-sensitivity-type
  (:export t
   :type-initializer "gtk_sensitivity_type_get_type")
  (:auto 0)
  (:on 1)
  (:off 2))  
:auto
The arrow is made insensitive if the thumb is at the end.
:on
The arrow is always sensitive.
:off
The arrow is always insensitive.
 

See also

2021-12-26