enum Gtk::StateFlags
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Normal =
0_u32
-
Active =
1_u32
-
Prelight =
2_u32
-
Selected =
4_u32
-
Insensitive =
8_u32
-
Inconsistent =
16_u32
-
Focused =
32_u32
-
Backdrop =
64_u32
-
DirLtr =
128_u32
-
DirRtl =
256_u32
-
Link =
512_u32
-
Visited =
1024_u32
-
Checked =
2048_u32
-
DropActive =
4096_u32
-
FocusVisible =
8192_u32
-
FocusWithin =
16384_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #active?
- #backdrop?
- #checked?
- #dir_ltr?
- #dir_rtl?
- #drop_active?
- #focus_visible?
- #focus_within?
- #focused?
- #inconsistent?
- #insensitive?
- #link?
- #none?
- #normal?
- #prelight?
- #selected?
- #visited?