Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

display-menu

Generic function

Summary

Displays the specified menu.

Signature

display-menu menu #key x y => ()

Arguments

menu
An instance of type <menu>.

x
An instance of type false-or(<integer>). Default value: #f.

y
An instance of type false-or(<integer>). Default value: #f.

Values

None

Library

duim-gadgets

Module

duim-gadgets

Description

Displays the specified menu, optionally at a precise position on the screen, specified by x and y, where x and y are both relative to the owner of the menu.

The function returns when the menu has been popped down again.

See also

<menu>, page 612


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index