FlowLayout
classin packageklyn.gui.windows.layouts
public class FlowLayout extends Layout:
Flow layout.
Widgets are placed left-to-right and automatically wrap to the next row.
tags = Container(FlowLayout(horizontalSpacing=6, verticalSpacing=6))
tags.add(Label("alpha"))
tags.add(Label("beta"))
Properties
Constructors
| Modifier and Type |
Member |
Description |
| public |
FlowLayout |
No summary. |
Methods
| Modifier and Type |
Member |
Description |
| public override |
layout |
No summary. |
Methods inherited from Layout: _ceilDiv,
_childOuterPreferredHeight,
_childOuterPreferredWidth,
_childParams,
_clamp,
_edgeBottom,
_edgeLeft,
_edgeRight,
_edgeTop,
_innerHeight,
_innerWidth,
_innerX,
_innerY,
_marginBottom,
_marginLeft,
_marginRight,
_marginTop,
_max,
_min,
_normalizeAlign,
_place,
_preferredHeight,
_preferredWidth,
layout