D.A.B.Tv0.0.17 Tutorial API DABT Tools ↗ GitHub ↗

tui.label

tui.label ID PANE ROW TEXT

Creates a static text widget.

Parameters

  • ID: unique widget id.
  • PANE: a leaf pane.
  • ROW: 0-based row inside the pane’s content area, counted from the pane’s vertical anchor (see tui.pane_valign).
  • TEXT: the text.

Returns: 1 and a message on stderr when ID or PANE is empty.

Notes

Example

tui.label lbl_name form 0 "Name"