IupSeparator
| Definition: |
include pGUI.e
Ihandle ih = IupSeparator() |
| Description: |
Creates the separator interface element. It shows a line between two menu items.
Returns: the identifier of the created element. |
| pwa/p2js: | Supported |
| See Also: | IupMenuItem, IupSubmenu, IupMenu, IupFlatSeparator |
| Notes: |
The separator is ignored when it is part of the definition of the items in a bar menu.
Some examples can be seen in demo\pGUI\sample.exw |