struct CryTUI::Widgets::BorderSet

Defined in:

crytui/widgets.cr

Constant Summary

ASCII = new("+", "+", "+", "+", "-", "|")
DOUBLE = new("╔", "╗", "╚", "╝", "═", "║")
PLAIN = new("┌", "┐", "└", "┘", "─", "│")
ROUNDED = new("╭", "╮", "╰", "╯", "─", "│")
THICK = new("┏", "┓", "┗", "┛", "━", "┃")

Constructors

Instance Method Summary

Constructor Detail

def self.new(top_left : String, top_right : String, bottom_left : String, bottom_right : String, horizontal : String, vertical : String) #

[View source]

Instance Method Detail

def bottom_left : String #

[View source]
def bottom_right : String #

[View source]
def horizontal : String #

[View source]
def top_left : String #

[View source]
def top_right : String #

[View source]
def vertical : String #

[View source]