8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
IN: gadgets
|
|
USING: help gadgets-presentations gadgets-buttons ;
|
|
|
|
HELP: show-menu
|
|
{ $values { "gadget" gadget } { "owner" gadget } }
|
|
{ $description "Displays a popup menu in the " { $link world } " containing " { $snippet "owner" } " at the current mouse location." }
|
|
{ $see-also <commands-menu> operations-menu } ;
|