Handbook
Glossary
scroll-to-row ( table n -- )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
n
an
object
Outputs
None
Definition
USING:
kernel
ui.gadgets.scrollers
;
IN:
ui.gadgets.tables.private
:
scroll-to-row
( table n -- )
[
[
thin-row-rect
]
[
drop
]
2bi
scroll>rect
]
[
drop
]
if*
;