tui ~master (2025-06-10T21:20:20.200243)
Dub
Repo
List.ScrollInfo
tui
List
Undocumented in source.
class
List
(T, alias stringTransform)
struct
ScrollInfo {
int
selection
;
int
offset
;
void
up
();
void
down
(T[] model, int height);
}
Members
Functions
down
void
down
(T[] model, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
up
void
up
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
offset
int
offset
;
Undocumented in source.
selection
int
selection
;
Undocumented in source.
Meta
Source
See Implementation
tui
List
constructors
this
functions
_down
_up
down
focusable
getSelection
handleInput
render
select
toString
up
mixins
selectionChanged
structs
ScrollInfo
variables
getData
model
scrollInfo
vMirror