if-mouse-row ( table true: ( mouse-index table -- ) false: ( table -- ) -- )


Vocabulary
ui.gadgets.tables.private

Inputs
tablean object
truea quotation with stack effect ( mouse-index table -- )
falsea quotation with stack effect ( table -- )


Outputs
None

Definition