enum Tput::Namespace::AlignFlag

Defined in:

tput/namespace.cr

Enum Members

Left = 1
Leading = 1
Right = 2
Trailing = 2
HCenter = 4
Horizontal_Mask = 7

Justify = 0x0008 Absolute = 0x0010

Top = 32
Bottom = 64
VCenter = 128
Vertical_Mask = 224
Center = 132

Instance Method Summary

Instance Method Detail

def bottom? #

[View source]
def center? #

[View source]
def h_center? #

[View source]
def horizontal_mask? #

[View source]
def leading? #

[View source]
def left? #

[View source]
def none? #

[View source]
def right? #

[View source]
def top? #

[View source]
def trailing? #

[View source]
def v_center? #

[View source]
def vertical_mask? #

[View source]