Handbook
Glossary
table-button-down ( table -- )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
Outputs
None
Definition
USING:
accessors
kernel
ui.gadgets
;
IN:
ui.gadgets.tables.private
:
table-button-down
( table -- )
dup
takes-focus?>>
[
dup
request-focus
]
when
[
swap
[
>>mouse-index
]
[
(select-row)
]
bi
]
[
drop
]
if-mouse-row
;
inline