enum
Gtk::DebugFlags
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Text =
1_u32
-
Tree =
2_u32
-
Keybindings =
4_u32
-
Modules =
8_u32
-
Geometry =
16_u32
-
Icontheme =
32_u32
-
Printing =
64_u32
-
Builder =
128_u32
-
SizeRequest =
256_u32
-
NoCssCache =
512_u32
-
Interactive =
1024_u32
-
Touchscreen =
2048_u32
-
Actions =
4096_u32
-
Layout =
8192_u32
-
Snapshot =
16384_u32
-
Constraints =
32768_u32
-
BuilderObjects =
65536_u32
-
A11y =
131072_u32
-
Iconfallback =
262144_u32
-
None =
0_u32
-
All =
524287_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#a11y?
Returns
true
if this enum value containsA11y
-
#actions?
Returns
true
if this enum value containsActions
-
#builder?
Returns
true
if this enum value containsBuilder
-
#builder_objects?
Returns
true
if this enum value containsBuilderObjects
-
#constraints?
Returns
true
if this enum value containsConstraints
-
#geometry?
Returns
true
if this enum value containsGeometry
-
#iconfallback?
Returns
true
if this enum value containsIconfallback
-
#icontheme?
Returns
true
if this enum value containsIcontheme
-
#interactive?
Returns
true
if this enum value containsInteractive
-
#keybindings?
Returns
true
if this enum value containsKeybindings
-
#layout?
Returns
true
if this enum value containsLayout
-
#modules?
Returns
true
if this enum value containsModules
-
#no_css_cache?
Returns
true
if this enum value containsNoCssCache
- #none?
-
#printing?
Returns
true
if this enum value containsPrinting
-
#size_request?
Returns
true
if this enum value containsSizeRequest
-
#snapshot?
Returns
true
if this enum value containsSnapshot
-
#text?
Returns
true
if this enum value containsText
-
#touchscreen?
Returns
true
if this enum value containsTouchscreen
-
#tree?
Returns
true
if this enum value containsTree
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.