Package: gtk

GEnum gtk:accessible-tristate

Declaration

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

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

2024-4-24