class CryTUI::Widgets::ListState

Defined in:

crytui/widgets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(selected : Int32 | Nil = nil, offset : Int32 = 0) #

[View source]

Instance Method Detail

def offset : Int32 #

[View source]
def offset=(offset : Int32) #

[View source]
def selected : Int32 | Nil #

[View source]
def selected=(selected : Int32 | Nil) #

[View source]