Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

labelling

Statement macro

Summary

Creates the specified sheet and assigns a label to it.

Macro call

labelling ([options]) {pane} end

Arguments

options
Dylan argumentsbnf.

pane
A Dylan expressionbnf.

Values

None.

Library

duim-gadgets

Module

duim-gadgets

Description

Creates pane with a label assigned to it, taking into account any of the specified options.

The options specified may be any of the legal init-keywords used to specify an instance of <label>. If no options are specified, then the default label is used.

The pane is an expression whose return value is the sheet to which the label should be assigned.

Example

labelling ("Color Type:")
  make(<check-box>, items: #("Color", "Monochrome"))
end;

See also

<label>, page 597


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index