
IUP::Separator - [GUI element] shows a line between two menu items

Creates the separator interface element. It shows a line between two menu items.

$separator = IUP::Separator->new();
Returns: the identifier of the created element, or undef if an error occurs.
NOTE: You can pass to new() other ATTRIBUTE=>'value' or CALLBACKNAME=>\&func pairs relevant to this element - see IUP::Manual::02_Elements.

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

The element IUP::Separator is used in the following sample scripts:

IUP::Item, IUP::Submenu, IUP::Menu
The original doc: iupseparator.html