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:
0-basic/layoutdialog.pl - IUP::LayoutDialog example
0-basic/separator.pl - IUP::Separator example
0-basic/submenu.pl - IUP::Submenu example
1-apps/app-mdi.pl - IUP app example
1-apps/app-sample1.pl - example used for screenshot - IUP.pod
1-apps/app-sample2.pl - xxxTODO xxx some better callback
SEE ALSO
IUP::Item, IUP::Submenu, IUP::Menu
The original doc: iupseparator.html