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
  :true
  :grammar
  :spelling)  

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

2024-4-24