Package: gtk

GEnum gtk:accessible-invalid-state

Declaration

(gobject:define-genum "GtkAccessibleInvalidState" accessible-invalid-state
  (:export t
   :type-initializer "gtk_accessible_invalid_state_get_type")
  (:false 0)
  (:true 1)
  (:grammar 2)
  (:spelling 3))  

Values

:false
There are no detected errors in the value.
:true
The value entered by the user has failed validation.
:grammar
A grammatical error was detected.
:spelling
A spelling error was detected.

Details

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

See also

2026-08-25