enum SF::ContextSettings::Attribute

Overview

Enumeration of the context attribute flags

Defined in:

window/obj.cr

Enum Members

Default = 0

Non-debug, compatibility context (this and the core attribute are mutually exclusive)

Core = 1

Core attribute

Debug = 4

Debug attribute

Instance Method Summary

Instance Method Detail

def core? #

[View source]
def debug? #

[View source]
def default? #

[View source]
def none? #

[View source]