class Minyaty::Window

Defined in:

minyaty/window.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt64) #

[View source]

Instance Method Detail

def attributes : X11::C::X::WindowAttributes #

[View source]
def dialog? #

[View source]
def hints : {x: Int32?, y: Int32?, width: Int32?, height: Int32?} #

[View source]
def hints=(hints : NamedTuple(x: Int32 | Nil, y: Int32 | Nil, width: Int32 | Nil, height: Int32 | Nil)) #

[View source]
def id : UInt64 #

[View source]
def inspect(io) #

[View source]
def mark_categorized #

[View source]
def match?(pattern) #

[View source]
def properties : Hash(String, Array(String) | Array(UInt16) | Array(UInt32) | Nil) #

[View source]
def raise #

[View source]
def to_s(io) #

[View source]
def uncategorized? #

[View source]