class popupMenu

superclass(es) menu
subclass(es) -
description The popupmenu class is a menu class that can be used for creating a popup menu. This kind of menu typically appears if the user presses on the right mouse button over a window.
see also window

tasks

The popup menu does not add any methods to the menu class, to display the popupmenu the method displayPopupMenu/2 of the window class can be used. The method putPopupMenu/2 of the window class is used to assign a popupmenu to a window instance, if the right mouse button is then clicked over the window the popup menu automatically appears.