Package: gtk

GEnum gtk:sensitivity-type

Declaration

(gobject:define-genum "GtkSensitivityType" sensitivity-type
  (:export t
   :type-initializer "gtk_sensitivity_type_get_type")
  (:auto 0)
  (:on 1)
  (:off 2))  

Values

: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.

Details

Determines how GTK handles the sensitivity of stepper arrows at the end of range widgets.
 

See also

#2024-3-22