struct CryTUI::Widgets::StyledText

Defined in:

crytui/widgets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lines : Array(CryTUI::Line), style : CryTUI::Style = Style.new, block : CryTUI::Widgets::Block | Nil = nil, scroll : Int32 = 0) #

[View source]

Instance Method Detail

def block : Block | Nil #

[View source]
def lines : Array(Line) #

[View source]
def render(area : Rect, buffer : Buffer) #

[View source]
def scroll : Int32 #

[View source]
def style : Style #

[View source]