enum Tput::Namespace::AnchorPoint

Defined in:

tput/namespace.cr

Enum Members

AnchorLeft = 0
AnchorHorizontalCenter = 1
AnchorRight = 2
AnchorTop = 3
AnchorVerticalCenter = 4
AnchorBottom = 5

Instance Method Summary

Instance Method Detail

def anchor_bottom? #

[View source]
def anchor_horizontal_center? #

[View source]
def anchor_left? #

[View source]
def anchor_right? #

[View source]
def anchor_top? #

[View source]
def anchor_vertical_center? #

[View source]