Function PopupMenu.setItemShortcutDisabled
Disables the ShortCut
of the specified index idx
.
void setItemShortcutDisabled
(
const(long) idx,
const(bool) disabled
) nothrow @nogc;
Disables the ShortCut
of the specified index idx
.
void setItemShortcutDisabled
(
const(long) idx,
const(bool) disabled
) nothrow @nogc;