Ultra Light Client Guide and Reference


GroupBox general advice

Code example

UlcBorder draws an enclosing line (with a title) around other widgets, as follows:

(UlcBorder new label: 'Customer')
 add: (UlcBox rows: 3 columns: 4);
 yourself


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