$command-map ( element -- )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Commands

Prev:invoke-command ( target command -- )
Next:$command ( element -- )


Vocabulary
ui.commands

Inputs
elementa pair { class map }


Outputs
None

Word description
Prints a command map, where the first element of the pair is a class word and the second is a command map name.

Definition