Function 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.

void setItemSubmenu (
  const(long) idx,
  const(String) submenu
) nothrow @nogc;