PopupMenu.removeItem

Removes the item at index "idx" from the menu. Note that the indexes of items after the removed item are going to be shifted by one.

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

Meta