PopupMenu.setItemAsSeparator

Mark the item at index idx as a separator, which means that it would be displayed as a line. If false, sets the type of the item to plain text.

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

Meta