PopupMenu.addSeparator

Adds a separator between items. Separators also occupy an index, which you can set by using the id parameter. A label can optionally be provided, which will appear at the center of the separator.

struct PopupMenu
@nogc nothrow
void
addSeparator
(
in String label = gs!""
,
in long id = -1
)

Meta