popup-menu in editor-admin%
Pops up the given popup-menu% object at the specified
coordinates (in this window's coordinates), and returns after
handling an unspecified number of events; the menu may still be
popped up when this method returns. If a menu item is selected from
the popup-menu, the callback for the menu item is called. (The
eventspace for menu item's callback is the administrator's display's eventspace.)
While the menu is popped up, its target is set to the top-level editor in this administrator's display. See
get-popup-target
for more information.
The result is
#t if the popup succeeds, #f otherwise (independent of
whether the user selects an item in the popup menu).
( -> boolean
send an-editor-admin popup-menu menu x y)
menu : popup-menu% object
x : real number
y : real number
The menu is displayed at x and y in editor coordinates.