Definition
Define a pulldown separator item.
separator [SEPARATOR_NAME]
SEPARATOR_NAME
An identifier for the separator. If you want to reference the separator, you must give it a name.
Description
A separator is a horizontal line drawn between pulldown choices. It is used to group choices together. It cannot be moved to or selected.
A separator item can be defined within a pulldown or as a global item. As a global item, it can be referenced (and therefore included) in any pulldown definition.
Example
action bar Part_Window_AB is
pulldown View_Choices text "~View"
choice View_Part text "~Part"
separator
choice View_Description text "~Description"
choice View_Inventory text "~Inventory"
end pulldown
end action bar
See Also
action bar is Template Definition
item Reference
pulldown Definition