struct CryTUI::Widgets::Paragraph

Defined in:

crytui/widgets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String, style : CryTUI::Style = Style.new, block : CryTUI::Widgets::Block | Nil = nil) #

[View source]

Instance Method Detail

def block : Block | Nil #

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

[View source]
def style : Style #

[View source]
def text : String #

[View source]