enum GObject::ParamFlags

Defined in:

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

Enum Members

Readable = 1_u32
Writable = 2_u32
Readwrite = 3_u32
Construct = 4_u32
ConstructOnly = 8_u32
LaxValidation = 16_u32
StaticName = 32_u32
Private = 32_u32
StaticNick = 64_u32
StaticBlurb = 128_u32
ExplicitNotify = 1073741824_u32
Deprecated = 2147483648_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def construct? #

def construct_only? #

def deprecated? #

def explicit_notify? #

def lax_validation? #

def none? #

def private? #

def readable? #

def readwrite? #

def static_blurb? #

def static_name? #

def static_nick? #

def writable? #