Skip to content

pyui.create_align

fabian-flassig edited this page Jul 31, 2026 · 4 revisions

Aligns all following items for the specified columns in one row.

pyui.create_align(dialog, col_spec)
dialog:create_align(col_spec)

Parameters

Type Description
dialog dialog_handle Dialog where the control is created
col_spec {first, last} Specification of the column-span that will be aligned

Return value

Type Description
control_handle A handle to the newly created control

See also

Control Gallery, create_empty

Clone this wiki locally