klyn.gui.windows.MenuItem.isSeparator
property
public property isSeparator as Boolean = false
Description

Whether this entry is a visual separator between action groups.

Applications normally use Menu.addSeparator() instead of assigning this property directly.

menu = Menu("File")
menu.addSeparator()