Function 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.
void removeItem
(
const(long) idx
) nothrow @nogc;
Removes the item at index idx
from the menu.
Note: The indices of items after the removed item will be shifted by one.
void removeItem
(
const(long) idx
) nothrow @nogc;