IupSeparator
Creates the separator interface element. It shows a line between two menu items.
Creation
Ihandle* IupSeparator(void); [in C]
iup.separator{} -> (elem: ihandle) [in Lua]
separator() [in LED]
Returns: the identifier of the created element, or NULL if an error occurs.
Notes
The separator is ignored when it is part of the definition of the items in a bar menu.