popup-menu in window<%>
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 window's eventspace.)
While the menu is popped up, its target is set to the window. See
get-popup-target
for more information.
(-> voidsenda-windowpopup-menumenuxy)
menu:popup-menu%object
x: exact integer in [0, 10000]
y: exact integer in [0, 10000]The
menuis popped up within the window at position (x,y).