enum

Tui::Layout::Align

Inherits Enum / Comparable / Value / Object

Constants

Start = 0
Center = 1
End = 2
Stretch = 3

Instance methods

center?

Returns true if this enum value equals Center

Source
end?

Returns true if this enum value equals End

Source
start?

Returns true if this enum value equals Start

Source
stretch?

Returns true if this enum value equals Stretch

Source