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
None = 0_u32
All = 3221225727_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def construct? #

[View source]
def construct_only? #

[View source]
def deprecated? #

[View source]
def explicit_notify? #

[View source]
def lax_validation? #

[View source]
def none? #

[View source]
def private? #

[View source]
def readable? #

[View source]
def readwrite? #

[View source]
def static_blurb? #

[View source]
def static_name? #

[View source]
def static_nick? #

[View source]
def writable? #

[View source]