PopupMenu.removeItem

Removes the item at index idx from the menu. Note: The indices of items after the removed item will be shifted by one.

struct PopupMenu
@nogc nothrow
void
removeItem
(
in long idx
)

Meta