Ultra Light Client Guide and Reference


Filler general advice

Code example

The dimensions (in terms of cells) of a filler can be set with #height: and #width: messages. In the following code, the empty cell would be on the upper left:

(UlcBox rows: 3 columns: 5)
 add: UlcFiller new


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