PopupMenu.setItemSubmenu

Sets the submenu of the item at index idx. The submenu is the name of a child PopupMenu node that would be shown when the item is clicked.

struct PopupMenu
@nogc nothrow
void
setItemSubmenu
(
in long idx
,
in String submenu
)

Meta