struct CryTUI::Widgets::ListItem

Defined in:

crytui/widgets.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(lines : Array(CryTUI::Line), style : CryTUI::Style = Style.new) #

[View source]

Class Method Detail

def self.from(text : String, style = Style.new) #

[View source]

Instance Method Detail

def height : Int32 #

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

[View source]
def style : Style #

[View source]