enum

Tui::Panel::TitleTruncate

Inherits Enum / Comparable / Value / Object

Constants

End = 0
Center = 1
Start = 2

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