Skip to content

pyui.create_align

fabian-flassig edited this page Jun 26, 2020 · 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

Note

To align a row of elements the use of pyui.create_align is preferred.

See also

Control Gallery, create_ok_button, create_cancel_button, pyui.create_align

Clone this wiki locally