enum Gtk::AccessibleInvalidState
Overview
The possible values for the %GTK_ACCESSIBLE_STATE_INVALID accessible state.
Note that the %GTK_ACCESSIBLE_INVALID_FALSE and
%GTK_ACCESSIBLE_INVALID_TRUE have the same values
as false
and true
.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
False =
0_u32
-
There are no detected errors in the value
-
True =
1_u32
-
The value entered by the user has failed validation
-
Grammar =
2_u32
-
A grammatical error was detected
-
Spelling =
3_u32
-
A spelling error was detected
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.