enum

Tui::Label::TextWrap

Inherits Enum / Comparable / Value / Object

Constants

Wrap = 0
NoWrap = 1

Instance methods

no_wrap?

Returns true if this enum value equals NoWrap

Source
wrap?

Returns true if this enum value equals Wrap

Source