enum Gtk::AccessibleTristate
Overview
The possible values for the %GTK_ACCESSIBLE_STATE_PRESSED accessible state.
Note that the %GTK_ACCESSIBLE_TRISTATE_FALSE and
%GTK_ACCESSIBLE_TRISTATE_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
-
The state is
false
-
True =
1_u32
-
The state is
true
-
Mixed =
2_u32
-
The state is
mixed
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.