HorizontalLayout
classin packageklyn.gui.terminal
public class HorizontalLayout extends Object implements Layout:
└ HorizontalLayout
All Implemented Interfaces: Layout
Horizontal layout placing children left to right.
Fields
Modifier and Type Member Description
public fillIndex
fillIndex as Int = -1
Child index receiving remaining width (fill behavior).
public spacing
spacing as Int = 0
No summary.
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public HorizontalLayout
HorizontalLayout(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