Menu

Popup menu.

Header#include "nativeui/menu.h"
Namespacenamespace nu
Typeclass (RefCounted)
InheritsMenuBase

Constructors

Create a popup menu.

Methods

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

void PopupAt(const PointF& point)

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

Parameters