Code example
UlcSeparator groups menu items, as follows:
UlcMenu new label: 'File"'; add: (UlcMenuItem new label: 'New';yourself); addSeparator; add: (UlcMenuItem new label: 'Close'; yourself)
Several classes implement menu support. For more information, see Menu general advice.