public class StatusLabel extends Widget:
Status bar text compartment.
text is a signal property and can be used with the common binding engine. The old connect shortcut has been removed so terminal and window widgets share the same data-binding model.
import klyn.binding label = StatusLabel() Binding.oneWay(editor::mode, label::text)
| Modifier and Type | Member | Description |
|---|---|---|
| public | StatusLabelStatusLabel(text as String = ""): |
No summary. |