VerticalLayout
classin packageklyn.gui.terminal
public class VerticalLayout extends Object implements Layout:
└ VerticalLayout
All Implemented Interfaces: Layout
Vertical layout stacking children top to bottom.
Fields
Modifier and Type Member Description
public fillIndex
fillIndex as Int = -1
Child index receiving remaining height (fill behavior).
public spacing
spacing as Int = 0
No summary.
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public VerticalLayout
VerticalLayout(spacing as Int = 0, fillIndex as Int = -1):
No summary.
Methods
Modifier and Type Member Description
public apply
apply(parent as Widget) as Void:
No summary.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml
Methods inherited from Layout: apply