The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

USAGE

CREATION - new() method

 $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.

NOTES

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

EXAMPLES

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

SEE ALSO

IUP::Item, IUP::Submenu, IUP::Menu

The original doc: iupseparator.html