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 control is made insensitive if no action can be triggered.
:on
The control is always sensitive.
:off
The control is always insensitive.

Details

Determines how GTK handles the sensitivity of various controls, such as combo box buttons.
 

See also

2024-4-7