enum Gtk::DebugFlags

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/gtk.cr

Enum 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
InvertTextDir = 524288_u32

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def a11y? #

def actions? #

def builder? #

def builder_objects? #

def constraints? #

def geometry? #

def iconfallback? #

def icontheme? #

def interactive? #

def invert_text_dir? #

def keybindings? #

def layout? #

def modules? #

def no_css_cache? #

def none? #

def printing? #

def size_request? #

def snapshot? #

def text? #

def touchscreen? #

def tree? #