$navigation-arrow ( content element direction -- ) (original) (raw)

$navigation-arrow ( content element direction -- )

Vocabulary
ui.tools.browser

Inputs

content an object
element an object
direction an object

Outputs
None

Definition

USING: arrays kernel make sequences ;

IN: ui.tools.browser

: $navigation-arrow ( content element direction -- )
[ prefix 1array ] dip add-navigation-arrow , ;