struct

Bubbles::Textarea::LineInfo

Inherits Struct < Value < Object

Constructors

new(width : Int32 = 0, char_width : Int32 = 0, height : Int32 = 1, start_column : Int32 = 0, column_offset : Int32 = 0, row_offset : Int32 = 0, char_offset : Int32 = 0)
Source

Instance methods

char_offset
Source
char_offset=(char_offset : Int32)
Source
char_width
Source
char_width=(char_width : Int32)
Source
column_offset
Source
column_offset=(column_offset : Int32)
Source
height
Source
height=(height : Int32)
Source
row_offset
Source
row_offset=(row_offset : Int32)
Source
start_column
Source
start_column=(start_column : Int32)
Source
width
Source
width=(width : Int32)
Source