show-menu ( owner menu -- )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Popup menus

Prev:<commands-menu> ( target hook commands -- menu )
Next:show-commands-menu ( target commands -- )


Vocabulary
ui.gadgets.menus

Inputs
ownera gadget
menua gadget


Outputs
None

Word description
Displays a popup menu in the world containing owner at the current mouse location. The popup menu can be any gadget.

Definition