Package: gtk

GEnum gtk:accessible-tristate

Declaration

(gobject:define-genum "GtkAccessibleTristate" accessible-tristate
  (:export t
   :type-initializer "gtk_accessible_tristate_get_type")
  (:false 0)
  (:true 1)
  (:mixed 2))  

Values

:false
The state is false.
:true
The state is true.
:mixed
The state is mixed.

Details

The possible values for the :pressed accessible state. Note that the :false and :true values have the same values as false and true.
 

See also

2026-08-25