enum

Tui::Dialog::ResizeEdge

Inherits Enum / Comparable / Value / Object

Constants

None = 0
Top = 1
Bottom = 2
Left = 3
Right = 4
TopLeft = 5
TopRight = 6
BottomLeft = 7
BottomRight = 8

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
bottom_left?

Returns true if this enum value equals BottomLeft

Source
bottom_right?

Returns true if this enum value equals BottomRight

Source
left?

Returns true if this enum value equals Left

Source
none?

Returns true if this enum value equals None

Source
right?

Returns true if this enum value equals Right

Source
top?

Returns true if this enum value equals Top

Source
top_left?

Returns true if this enum value equals TopLeft

Source
top_right?

Returns true if this enum value equals TopRight

Source