IupSeparator

IUP - Portable User Interface

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]

This function returns the identifier of the created separator, or NULL if an error occurs.

Note

The separator is ignored when it is part of the definition of the items in a bar menu.

Examples

See Also

IupItem, IupSubMenu, IupMenu.