enum GObject::SignalFlags

Defined in:

lib/gi-crystal/src/auto/g_object-2.0/g_object.cr

Enum Members

RunFirst = 1_u32
RunLast = 2_u32
RunCleanup = 4_u32
NoRecurse = 8_u32
Detailed = 16_u32
Action = 32_u32
NoHooks = 64_u32
MustCollect = 128_u32
Deprecated = 256_u32
AccumulatorFirstRun = 131072_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def accumulator_first_run? #

def action? #

def deprecated? #

def detailed? #

def must_collect? #

def no_hooks? #

def no_recurse? #

def none? #

def run_cleanup? #

def run_first? #

def run_last? #