Handbook
Glossary
(selected-row) ( table -- value/f ? )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Table gadgets
»
Table row selection
Prev:
selected-row ( table -- value/f ? )
Vocabulary
ui
.
gadgets
.
tables
Inputs
table
an
object
Outputs
value/f
an
object
?
an
object
Definition
USING:
accessors
kernel
ui.gadgets.tables.private
;
IN:
ui.gadgets.tables
:
(selected-row)
( table -- value/f ? )
[
selection-index>>
value>>
]
keep
nth-row
;