Loading...
 

Composite

Composite

Composite(name,x,y,w,h)

181780

Parameters
Parameters Description
name * Identifier
x Position X (in minicells)
y Position Y (in Minicells)
w Group width (in minicells)
h Group height (in minicells)

* - required parameter

A composite behaves like an invisible group.
Within a composite, other window objects are combined to

  • determine their position using the Attach and Constraint layout statements
  • reuse them in other Windows of other modules via Widget Providing.

Flags
Flag Description
MIN_HEIGHT(h) The height of the group never falls below the value h (indicated in minicells). This is especially useful in combination with attachments.
MIN_WIDTH(w) width of the group never falls below the value w (specified in minicells). This is especially useful in combination with attachments.