enum

Tput::Namespace::WindowFrameSection

Inherits Enum / Comparable / Value / Object

Constants

NoSection = 0
LeftSection = 1
TopLeftSection = 2
TopSection = 3
TopRightSection = 4
RightSection = 5
BottomRightSection = 6
BottomSection = 7
BottomLeftSection = 8
TitleBarArea = 9

Instance methods

bottom_left_section?

Returns true if this enum value equals BottomLeftSection

Source
bottom_right_section?

Returns true if this enum value equals BottomRightSection

Source
bottom_section?

Returns true if this enum value equals BottomSection

Source
left_section?

Returns true if this enum value equals LeftSection

Source
no_section?

Returns true if this enum value equals NoSection

Source
right_section?

Returns true if this enum value equals RightSection

Source
title_bar_area?

Returns true if this enum value equals TitleBarArea

Source
top_left_section?

Returns true if this enum value equals TopLeftSection

Source
top_right_section?

Returns true if this enum value equals TopRightSection

Source
top_section?

Returns true if this enum value equals TopSection

Source