struct

CryTUI::Widgets::BorderSet

Inherits Struct < Value < Object

Constants

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

Constructors

new(top_left : String, top_right : String, bottom_left : String, bottom_right : String, horizontal : String, vertical : String)
Source

Instance methods

bottom_left
Source
bottom_right
Source
horizontal
Source
top_left
Source
top_right
Source
vertical
Source