A bottom status bar: a themed strip of text cells, left-packed by default with a rightAlign
flag to pack from the right (line/column, encoding, clock). Thin separators divide adjacent
cells on the same side. Passive but blocking, so it never leaks pointer hits to content behind
it; span it across the window and update cells in place with setText.
Constructor
new(width:Float, height:Float)
Parameters:
width | layout width (typically spans the window) |
|---|---|
height | the bar height |
Variables
Methods
setCells(cells:Array<UIStatusCell>):Void
Replaces the cell set.
Parameters:
cells | the cells (left-packed unless |
|---|
setText(index:Int, text:String):Void
Updates a cell's text in place (cheaper than rebuilding).
Parameters:
index | the cell index |
|---|---|
text | the new text (clears any localization key) |