PopupMenu.setItemAsSeparator

Mark the item at index "idx" as a separator, which means that it would be displayed as a mere line.

struct PopupMenu
@nogc nothrow
void
setItemAsSeparator
(
in long idx
,
in bool enable
)

Meta