Ultra Light Client Guide and Reference


Menu Separator general advice

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]