enum Tput::Namespace::WindowFrameSection

Defined in:

tput/namespace.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def bottom_left_section? #

[View source]
def bottom_right_section? #

[View source]
def bottom_section? #

[View source]
def left_section? #

[View source]
def no_section? #

[View source]
def right_section? #

[View source]
def title_bar_area? #

[View source]
def top_left_section? #

[View source]
def top_right_section? #

[View source]
def top_section? #

[View source]