struct

Term2::StyleTable::ResizerColumn

Inherits Struct < Value < Object

Constructors

new(index : Int32, min : Int32, max : Int32, median : Int32, rows : Array(Array(String)) = [] of Array(String), x_padding : Int32 = 0, fixed_width : Int32 = 0)
Source

Instance methods

fixed_width
Source
fixed_width=(fixed_width : Int32)
Source
index
Source
index=(index : Int32)
Source
max=(max : Int32)
Source
median
Source
median=(median : Int32)
Source
min=(min : Int32)
Source
rows
Source
rows=(rows : Array(Array(String)))
Source
x_padding
Source
x_padding=(x_padding : Int32)
Source