Menu

Popup menu.

Modulerequire("gui")
TypeClass
InheritsMenuBase

Class methods

create(items)

Create a popup menu.

Parameters

Return

Menu

Methods

Show the popup menu at current mouse position, this method will block until the menu is dismissed.

popupAt(point)

Show the popup menu at |point|, this method will block until the menu is dismissed.

Parameters