enum

Tui::Panel::BorderSides

Inherits Enum / Comparable / Value / Object

Which border sides to draw

Constants

Top = 1
Bottom = 2
Left = 4
Right = 8
None = 0
All = 15

Constructors

none
Source

Instance methods

bottom?

Returns true if this enum value contains Bottom

Source
left?

Returns true if this enum value contains Left

Source
none?
Source
right?

Returns true if this enum value contains Right

Source
top?

Returns true if this enum value contains Top

Source