Skip to content

pyui.create_empty

fabian-flassig edited this page Jun 26, 2020 · 6 revisions

Create an placeholder dialog item. This function can be used to space values in a dialog.

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

Parameters

Type Description
dialog dialog_handle Dialog where the control is created
col_spec integer or {first, last} Index of the column or specification of the column-span, where the empty control is placed.

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

Clone this wiki locally