struct

Ori::S

Inherits Struct < Value < Object

Constructors

new(*, fg : String | Nil = nil, bg : String | Nil = nil, bold : Bool = false, dim : Bool = false, underline : Bool = false, strikethrough : Bool = false, border : Bool | Symbol | Nil = nil, border_fg : String | Nil = nil, padding : Int32 | Tuple(Int32, Int32) | Tuple(Int32, Int32, Int32, Int32) | Nil = nil, width : Int32 | Nil = nil, height : Int32 | Nil = nil, width_pct : Float64 | Nil = nil, height_pct : Float64 | Nil = nil, flex : Int32 = 0, direction : Symbol = :vertical, align : Symbol = :left, valign : Symbol = :top, focusable : Bool = false, scrollable : Bool = false, bar_style : Symbol = :solid, gradient_to : String | Nil = nil)
Source
none
Source

Instance methods

align
Source
bar_style
Source
bold
Source
border
Source
border?
Source
border_fg
Source
border_size
Source
direction
Source
flex
Source
focusable
Source
frame_h
Source
frame_v
Source
gradient_to
Source
height
Source
height_pct
Source
hpadding
Source
padding
Source
padding_bottom
Source
padding_left
Source
padding_right
Source
padding_top
Source
scrollable
Source
strikethrough
Source
underline
Source
valign
Source
vpadding
Source
width
Source
width_pct
Source