Function PopupMenu.isItemSeparator

Returns true if the item is a separator. If it is, it will be displayed as a line. See addSeparator for more info on how to add a separator.

bool isItemSeparator (
  const(long) idx
) nothrow @nogc const;