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
(
StringArg1
)
(
in long idx
,
in StringArg1 submenu
)

Meta