enum

Tput::Namespace::AnchorPoint

Inherits Enum / Comparable / Value / Object

Constants

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

Instance methods

anchor_bottom?

Returns true if this enum value equals AnchorBottom

Source
anchor_horizontal_center?

Returns true if this enum value equals AnchorHorizontalCenter

Source
anchor_left?

Returns true if this enum value equals AnchorLeft

Source
anchor_right?

Returns true if this enum value equals AnchorRight

Source
anchor_top?

Returns true if this enum value equals AnchorTop

Source
anchor_vertical_center?

Returns true if this enum value equals AnchorVerticalCenter

Source