enum GUI::Align

Defined in:

wrappers.cr

Enum Members

Left = 1
Top = 1
Center = 2
Right = 3
Bottom = 3
Justify = 4

Constructors

Instance Method Summary

Constructor Detail

def self.new(v : LibGUI::AlignT) #

[View source]

Instance Method Detail

def bottom? #

[View source]
def center? #

[View source]
def justify? #

[View source]
def left? #

[View source]
def right? #

[View source]
def to_unsafe #

[View source]
def top? #

[View source]